Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 18, 2021 00:11
Show Gist options
  • Save r-rmcgibbo/769102769256f3118d6b0dde30ff3719 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/769102769256f3118d6b0dde30ff3719 to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 48 seconds | https://github.com/NixOS/nixpkgs/pull/116676
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/fx485ny9yaxmkkx1mf0xy04ssd32yc52-jitsiexporter
source root is jitsiexporter
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Building subPackage .
internal/unsafeheader
internal/cpu
internal/bytealg
runtime/internal/atomic
runtime/internal/sys
runtime/internal/math
runtime
internal/reflectlite
errors
internal/race
sync/atomic
sync
internal/oserror
syscall
time
context
io
unicode
unicode/utf8
bytes
encoding
math/bits
math
strconv
reflect
encoding/binary
encoding/base64
sort
internal/fmtsort
internal/syscall/unix
internal/poll
internal/syscall/execenv
internal/testlog
path
io/fs
os
fmt
strings
unicode/utf16
encoding/json
log
bufio
compress/flate
hash
hash/crc32
compress/gzip
container/list
crypto/internal/subtle
crypto/subtle
crypto/cipher
crypto/aes
math/rand
math/big
crypto/rand
crypto
crypto/des
crypto/elliptic
crypto/internal/randutil
crypto/sha512
encoding/asn1
vendor/golang.org/x/crypto/cryptobyte/asn1
vendor/golang.org/x/crypto/cryptobyte
crypto/ecdsa
crypto/ed25519/internal/edwards25519
crypto/ed25519
crypto/hmac
crypto/md5
crypto/rc4
crypto/rsa
crypto/sha1
crypto/sha256
crypto/dsa
encoding/hex
crypto/x509/pkix
encoding/pem
path/filepath
io/ioutil
vendor/golang.org/x/net/dns/dnsmessage
internal/nettrace
internal/singleflight
runtime/cgo
net
net/url
crypto/x509
vendor/golang.org/x/crypto/internal/subtle
vendor/golang.org/x/crypto/chacha20
vendor/golang.org/x/crypto/poly1305
vendor/golang.org/x/crypto/chacha20poly1305
vendor/golang.org/x/crypto/curve25519
vendor/golang.org/x/crypto/hkdf
crypto/tls
vendor/golang.org/x/text/transform
vendor/golang.org/x/text/unicode/bidi
vendor/golang.org/x/text/secure/bidirule
vendor/golang.org/x/text/unicode/norm
vendor/golang.org/x/net/idna
net/textproto
vendor/golang.org/x/net/http/httpguts
vendor/golang.org/x/net/http/httpproxy
vendor/golang.org/x/net/http2/hpack
mime
mime/quotedprintable
mime/multipart
net/http/httptrace
net/http/internal
net/http
expvar
github.com/beorn7/perks/quantile
github.com/cespare/xxhash/v2
github.com/golang/protobuf/proto
github.com/golang/protobuf/ptypes/any
github.com/golang/protobuf/ptypes/duration
github.com/golang/protobuf/ptypes/timestamp
github.com/golang/protobuf/ptypes
github.com/prometheus/client_model/go
github.com/prometheus/client_golang/prometheus/internal
github.com/matttproud/golang_protobuf_extensions/pbutil
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
regexp/syntax
regexp
github.com/prometheus/common/model
github.com/prometheus/common/expfmt
github.com/prometheus/procfs/internal/fs
github.com/prometheus/procfs/internal/util
github.com/prometheus/procfs
runtime/debug
github.com/prometheus/client_golang/prometheus
github.com/prometheus/client_golang/prometheus/promhttp
golang.org/x/sys/unix
github.com/sirupsen/logrus
github.com/davecgh/go-spew/spew
github.com/pmezard/go-difflib/difflib
github.com/stretchr/objx
gopkg.in/yaml.v2
flag
net/http/httptest
github.com/stretchr/testify/assert
github.com/stretchr/testify/mock
git.xsfx.dev/prometheus/jitsiexporter
Building subPackage ./cmd/jitsiexporter
git.xsfx.dev/prometheus/jitsiexporter/cmd/jitsiexporter
@nix { "action": "setPhase", "phase": "checkPhase" }
running tests
=== RUN TestUpdate
time="2021-03-17T23:07:22Z" level=info msg=skipping key=foo
time="2021-03-17T23:07:22Z" level=info msg=skipping key=bar
time="2021-03-17T23:07:22Z" level=info msg="creating and registering metric" key=zonk
time="2021-03-17T23:07:22Z" level=info msg="set to 1.000000" key=zonk
--- PASS: TestUpdate (0.00s)
=== RUN TestUpdateOnError
something went foo
--- PASS: TestUpdateOnError (0.00s)
PASS
ok git.xsfx.dev/prometheus/jitsiexporter 0.022s
@nix { "action": "setPhase", "phase": "installPhase" }
installing
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/flqak879k9aiqzsh0kc7l977cgcb9f57-jitsiexporter-0.2.18
shrinking /nix/store/flqak879k9aiqzsh0kc7l977cgcb9f57-jitsiexporter-0.2.18/bin/jitsiexporter
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/flqak879k9aiqzsh0kc7l977cgcb9f57-jitsiexporter-0.2.18/bin
patching script interpreter paths in /nix/store/flqak879k9aiqzsh0kc7l977cgcb9f57-jitsiexporter-0.2.18
checking for references to /build/ in /nix/store/flqak879k9aiqzsh0kc7l977cgcb9f57-jitsiexporter-0.2.18...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment