[INFO] updating cached repository https://github.com/andir/local-nix-cache [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 127786a7f5586b37e0f2f4f84f50719e3837dce2 [INFO] testing andir/local-nix-cache against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandir%2Flocal-nix-cache" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andir/local-nix-cache on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/andir/local-nix-cache [INFO] finished tweaking git repo https://github.com/andir/local-nix-cache [INFO] tweaked toml for git repo https://github.com/andir/local-nix-cache written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/andir/local-nix-cache already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2cfc2adb12dc428d8d90aa1c8b17fb1003f72047150b8006859c7343c66fbeba [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2cfc2adb12dc428d8d90aa1c8b17fb1003f72047150b8006859c7343c66fbeba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2cfc2adb12dc428d8d90aa1c8b17fb1003f72047150b8006859c7343c66fbeba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cfc2adb12dc428d8d90aa1c8b17fb1003f72047150b8006859c7343c66fbeba", kill_on_drop: false }` [INFO] [stdout] 2cfc2adb12dc428d8d90aa1c8b17fb1003f72047150b8006859c7343c66fbeba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f166f94104f71c35e142d3c1635292bdb184dfc948c1a40984cb553e67f9ab41 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f166f94104f71c35e142d3c1635292bdb184dfc948c1a40984cb553e67f9ab41", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling proc-macro2 v1.0.3 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling pkg-config v0.3.16 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling indexmap v1.2.0 [INFO] [stderr] Compiling copyless v0.1.4 [INFO] [stderr] Compiling dtoa v0.4.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling encoding_rs v0.8.20 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling bindgen v0.42.3 [INFO] [stderr] Compiling openssl v0.10.24 [INFO] [stderr] Compiling mime v0.3.14 [INFO] [stderr] Compiling arc-swap v0.4.2 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling hashbrown v0.5.0 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling try_from v0.3.2 [INFO] [stderr] Compiling proc-macro2 v0.3.5 [INFO] [stderr] Compiling tokio-sync v0.1.6 [INFO] [stderr] Compiling actix-service v0.4.2 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling unicase v2.5.1 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling lock_api v0.3.1 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling clang-sys v0.26.4 [INFO] [stderr] Compiling miniz_oxide v0.3.2 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling tokio-executor v0.1.8 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling tokio-timer v0.2.11 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling signal-hook-registry v1.1.1 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling multicast_dns v0.4.2 (https://github.com/andir/multicast-dns?branch=support-announce#55d5ade7) [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling openssl-sys v0.9.49 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling mime_guess v2.0.1 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling resolv-conf v0.6.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling signal-hook v0.1.10 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling cexpr v0.3.5 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.18 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling flate2 v1.0.11 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling backtrace v0.3.37 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling actix-codec v0.1.2 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling actix-utils v0.4.5 [INFO] [stderr] Compiling publicsuffix v1.5.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.5 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling webpki v0.19.1 [INFO] [stderr] Compiling sct v0.5.0 [INFO] [stderr] Compiling rustls v0.15.2 [INFO] [stderr] Compiling webpki-roots v0.16.0 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling enum-as-inner v0.2.1 [INFO] [stderr] Compiling actix-web-codegen v0.1.2 [INFO] [stderr] Compiling tokio-rustls v0.9.3 [INFO] [stderr] Compiling actix-server-config v0.1.2 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling trust-dns-proto v0.7.4 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling trust-dns-resolver v0.11.1 [INFO] [stderr] Compiling actix-threadpool v0.1.2 [INFO] [stderr] Compiling actix-rt v0.2.5 [INFO] [stderr] Compiling actix-connect v0.2.5 [INFO] [stderr] Compiling actix-server v0.6.0 [INFO] [stderr] Compiling libnixstore-sys v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling actix-router v0.1.5 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling actix-http v0.2.10 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling reqwest v0.9.20 [INFO] [stderr] Compiling awc v0.2.6 [INFO] [stderr] Compiling actix-web v1.0.7 [INFO] [stderr] Compiling local-nix-cache v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `data` [INFO] [stdout] --> src/web.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | fn nar(data: State, info: Path<(String,)>) -> impl Responder { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_data` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/web.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | Err(e) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/util.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | mut r: reqwest::r#async::Response, [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `LockError` [INFO] [stdout] --> src/avahi.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | LockError, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Exhausted` [INFO] [stdout] --> src/util.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | Exhausted, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ReqwestError` [INFO] [stdout] --> src/util.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | ReqwestError(reqwest::Error), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/narinfo.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | write!(info, "Compression: {}\n", compression); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/local_nix_cache-2a7e324eec66ef2e.local_nix_cache.a3di2pwj-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/local_nix_cache-2a7e324eec66ef2e.local_nix_cache.a3di2pwj-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/local_nix_cache-2a7e324eec66ef2e.local_nix_cache.a3di2pwj-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/local_nix_cache-2a7e324eec66ef2e.local_nix_cache.a3di2pwj-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/local_nix_cache-2a7e324eec66ef2e.local_nix_cache.a3di2pwj-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/local_nix_cache-2a7e324eec66ef2e.local_nix_cache.a3di2pwj-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/local_nix_cache-2a7e324eec66ef2e.local_nix_cache.a3di2pwj-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/local_nix_cache-2a7e324eec66ef2e.local_nix_cache.a3di2pwj-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/local_nix_cache-2a7e324eec66ef2e.local_nix_cache.a3di2pwj-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/local_nix_cache-2a7e324eec66ef2e.local_nix_cache.a3di2pwj-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/local_nix_cache-2a7e324eec66ef2e.local_nix_cache.a3di2pwj-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/local_nix_cache-2a7e324eec66ef2e.local_nix_cache.a3di2pwj-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/local_nix_cache-2a7e324eec66ef2e.local_nix_cache.a3di2pwj-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/local_nix_cache-2a7e324eec66ef2e.local_nix_cache.a3di2pwj-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/local_nix_cache-2a7e324eec66ef2e.local_nix_cache.a3di2pwj-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/local_nix_cache-2a7e324eec66ef2e.local_nix_cache.a3di2pwj-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/local_nix_cache-2a7e324eec66ef2e" "/opt/rustwide/target/debug/deps/local_nix_cache-2a7e324eec66ef2e.1r5iwc9yoaiyk684.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-edd99c89d29ae289/out" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-b9fa243f8ff22ea7/out" "-L" "/opt/rustwide/target/debug/build/brotli-sys-a6619e2acb3da835/out" "-L" "/opt/rustwide/target/debug/build/miniz-sys-fba78699b7314e92/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-628950192dc0301a.rlib" "/opt/rustwide/target/debug/deps/libhumantime-f6aaf770e3b35cae.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-96a3205c32211bdc.rlib" "/opt/rustwide/target/debug/deps/libclap-9ef2c815ad5832a7.rlib" "/opt/rustwide/target/debug/deps/libvec_map-3d63e171f843dcc4.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-656e998b79f8578d.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-b2c7db0d9733ea7c.rlib" "/opt/rustwide/target/debug/deps/libstrsim-634e26f9ad594cf1.rlib" "/opt/rustwide/target/debug/deps/libatty-3480e5dc418f056d.rlib" "/opt/rustwide/target/debug/deps/libansi_term-a7bdbb1c1b6d9ee6.rlib" "/opt/rustwide/target/debug/deps/libactix_web-099771eebdc56444.rlib" "/opt/rustwide/target/debug/deps/libawc-d1e1db608005c01d.rlib" "/opt/rustwide/target/debug/deps/libactix_server-03a7dadaaf4b6bbc.rlib" "/opt/rustwide/target/debug/deps/libtokio_signal-74492c458309e19b.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-af4b8f1374be60f2.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-0357a93ed9d30dcc.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-a4364b4a7b01940a.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-504632fe7cbc17fc.rlib" "/opt/rustwide/target/debug/deps/libactix_router-fb7f353913457309.rlib" "/opt/rustwide/target/debug/deps/libactix_http-b39b7ec220f2b8f7.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-8d0378babd0e4f22.rlib" "/opt/rustwide/target/debug/deps/libsha1-189b4ec6269fa7b3.rlib" "/opt/rustwide/target/debug/deps/librand-ea43f1ec64137ed1.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-888299b9bea868bc.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-234244662ae56e44.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-fd19e9206e0b0a4b.rlib" "/opt/rustwide/target/debug/deps/librand_core-2d0b626df3924510.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-4bb1c5be04067643.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-200ea4a7510f21e9.rlib" "/opt/rustwide/target/debug/deps/libchrono-b453feffb90686b2.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d54e26e75cb055a5.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-2ef72240d59ecc2f.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-1cb7ad485feae4ce.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-065cf47d135718a3.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-648287d0da42e4b7.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-bdd0f0eb9f38db12.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-7c1f154e926f9e49.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-b5d88d44a0051600.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-d366f6a278ace983.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-2dc8776d16c00f57.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-c8449c0da8ca88c0.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-007709fef47e54c4.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-bc7a12d9f0c9b147.rlib" "/opt/rustwide/target/debug/deps/liblock_api-32f51aaf619c2758.rlib" "/opt/rustwide/target/debug/deps/libcopyless-20f4838d84ebfd73.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-c89d7744210b8738.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-aef160e5c511e965.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-88efb9d60dc876dc.rlib" "/opt/rustwide/target/debug/deps/libsocket2-458d8116073cad39.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-4b2d136cba474e29.rlib" "/opt/rustwide/target/debug/deps/libhostname-c826df0c69160f2c.rlib" "/opt/rustwide/target/debug/deps/libquick_error-87669b4fccf48a3e.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-7e348ad62483e0ab.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-f354f04fbeda9ef4.rlib" "/opt/rustwide/target/debug/deps/libactix_service-da8f1459dc242085.rlib" "/opt/rustwide/target/debug/deps/libactix_server_config-98fd8e5f3b040106.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-8ba338f2f180a67a.rlib" "/opt/rustwide/target/debug/deps/librustls-58733482c6d09710.rlib" "/opt/rustwide/target/debug/deps/libsct-c456123e120b1e45.rlib" "/opt/rustwide/target/debug/deps/libwebpki-714caeb11845cb6c.rlib" "/opt/rustwide/target/debug/deps/libring-68ae23f8af1779bf.rlib" "/opt/rustwide/target/debug/deps/libspin-398f9d1cb09d19d8.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-460c201e6c03b5ba.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-9c5f1a50b96f523f.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-f6d92c141c79363e.rlib" "/opt/rustwide/target/debug/deps/libreqwest-1f9dc63036844e1c.rlib" "/opt/rustwide/target/debug/deps/libuuid-fab3cd80f108c174.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-c002e60f19b405fb.rlib" "/opt/rustwide/target/debug/deps/libdtoa-69c821b2e6c3e8ec.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-65cc88a1c797fb4f.rlib" "/opt/rustwide/target/debug/deps/libunicase-f80f0b0ffe605032.rlib" "/opt/rustwide/target/debug/deps/libmime-1d03bfdafd3407c9.rlib" "/opt/rustwide/target/debug/deps/libflate2-f974d7a646b126b5.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-f4486ff357854b74.rlib" "/opt/rustwide/target/debug/deps/libadler32-9837cdf3d6f6f0c1.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-9e457e83af0be065.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-6f6a325f5d5ff891.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-17c339601041b5a3.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-f3fbb95906027326.rlib" "/opt/rustwide/target/debug/deps/libopenssl-f8c11e9b1c757f4a.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-85341c6d56674c8a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-0a94b6e682a12a0a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-0fbc5bcb3d7ee30a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6c2877d8a3bebda2.rlib" "/opt/rustwide/target/debug/deps/libhyper-0a56923f89fe7815.rlib" "/opt/rustwide/target/debug/deps/libwant-35dad5a2bbd7df2a.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-98cbc7a1f91fbdbd.rlib" "/opt/rustwide/target/debug/deps/libtokio-0316a30a2b3a78f9.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-23b43f2dcd0e2e0f.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-0f3cdca6b24246d2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-fee6ec79ad7abbac.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-59d4d268a2d68b34.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-472eeb7440ae5342.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-921331c4d79f3009.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-51b2bbba8d88dbd2.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-24c91f420fb34a25.rlib" "/opt/rustwide/target/debug/deps/libnodrop-20bd03037d6a02fd.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-ce74beb19919d838.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-1291112549b3b4ae.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-4befa5105e295099.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-b734cbfa7ea68ef3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-6c31e7905b38f4a6.rlib" "/opt/rustwide/target/debug/deps/librand-c81dc96d5d305690.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-3611bc5d61c3f74c.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-0040e79fd09e1f18.rlib" "/opt/rustwide/target/debug/deps/librand_hc-1b8885716260aa60.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-060ee4d7f6d8693e.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-47553c89822b504a.rlib" "/opt/rustwide/target/debug/deps/librand_core-ee1ffb7b5dda89a8.rlib" "/opt/rustwide/target/debug/deps/librand_os-275b2da6f9a5b2a1.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-72bd4b97e9cc301b.rlib" "/opt/rustwide/target/debug/deps/librand_core-e518367578511208.rlib" "/opt/rustwide/target/debug/deps/liblock_api-1b3028015800c41e.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-068658c7affa1f7b.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-bf89c93b7d085ce5.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-89809229cb7bd47b.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-3c9ddc52bd6e90e7.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-cdb3afe41aed33c5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-373bb90d7be70419.rlib" "/opt/rustwide/target/debug/deps/libmio-ebda526064449c6c.rlib" "/opt/rustwide/target/debug/deps/libnet2-facc44b45d6123b4.rlib" "/opt/rustwide/target/debug/deps/libhttparse-c36015986759fb44.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-c6756f975749f96f.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-edf417d4fd0ce24e.rlib" "/opt/rustwide/target/debug/deps/libh2-a5deb7c072477439.rlib" "/opt/rustwide/target/debug/deps/libindexmap-2bb4300b7c386213.rlib" "/opt/rustwide/target/debug/deps/libstring-4f3efcfa37acce04.rlib" "/opt/rustwide/target/debug/deps/libslab-f053b532a5ee7f39.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-9ec815719a699804.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-9ad5d29e9a11eb5c.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-755795d30fb75ea4.rlib" "/opt/rustwide/target/debug/deps/libhttp-9105af337b239913.rlib" "/opt/rustwide/target/debug/deps/libfnv-17f81a650e186a33.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-0f5f0d595a8f5722.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-f047de804cb6ada3.rlib" "/opt/rustwide/target/debug/deps/libserde_json-73cff8ae4666f761.rlib" "/opt/rustwide/target/debug/deps/libryu-80dd1f8b3ae1e28e.rlib" "/opt/rustwide/target/debug/deps/libitoa-f38c0eb4fa3e9416.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-78ba8340ade318b3.rlib" "/opt/rustwide/target/debug/deps/liburl-da81592c74600f01.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-923da02b287c93c1.rlib" "/opt/rustwide/target/debug/deps/libidna-2fa40f78ac64cb82.rlib" "/opt/rustwide/target/debug/deps/libregex-671afe52dffa7676.rlib" "/opt/rustwide/target/debug/deps/libthread_local-57d16560e5d8559d.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-758d1374362cfd14.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-0c2152aeb024044a.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c1f97d2d810f63bc.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-660ab907323d6aba.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-3b04002267022b6e.rlib" "/opt/rustwide/target/debug/deps/libtry_from-a603be96042c156d.rlib" "/opt/rustwide/target/debug/deps/libserde-3d5a05fe2b0e8cef.rlib" "/opt/rustwide/target/debug/deps/libfailure-ec8e7c2269a90b31.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-d617c9cc0b14e2e3.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-2d5c8be96d39a2df.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e37d6a94bb5dbdd4.rlib" "/opt/rustwide/target/debug/deps/libcookie-417d205821e8bc8e.rlib" "/opt/rustwide/target/debug/deps/libtime-b3e3deec91ec43e9.rlib" "/opt/rustwide/target/debug/deps/liburl-73c8926b5e2cac48.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a4b5f53972b66b35.rlib" "/opt/rustwide/target/debug/deps/libidna-1d9e7e2ea91e3278.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-1dfcb2d8924e7b73.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-d9cbcdb592aa8aca.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-a35d543dc62ca9dc.rlib" "/opt/rustwide/target/debug/deps/libmatches-2e3ca713d4d6e5d2.rlib" "/opt/rustwide/target/debug/deps/libbytes-5436dc70d1871ed1.rlib" "/opt/rustwide/target/debug/deps/libeither-c099265b15df2eb0.rlib" "/opt/rustwide/target/debug/deps/libiovec-91af92523a24efb6.rlib" "/opt/rustwide/target/debug/deps/libbase64-644ff60629ff2f74.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-95e0ab8c92cb6559.rlib" "/opt/rustwide/target/debug/deps/libfutures-c956dcc6c3462733.rlib" "/opt/rustwide/target/debug/deps/libmulticast_dns-3827d94314e46053.rlib" "/opt/rustwide/target/debug/deps/liblibc-99585118adb9c314.rlib" "/opt/rustwide/target/debug/deps/liblog-2feecab6e9bb52f6.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0f70e7a67f5f9637.rlib" "/opt/rustwide/target/debug/deps/liblibnixstore_sys-5ba696b7bc72f516.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lavahi-common" "-lavahi-client" "-ldbus-1" "-lutil" "-lutil" "-lnixstore-c" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lnixstore-c [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `local-nix-cache`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "f166f94104f71c35e142d3c1635292bdb184dfc948c1a40984cb553e67f9ab41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f166f94104f71c35e142d3c1635292bdb184dfc948c1a40984cb553e67f9ab41", kill_on_drop: false }` [INFO] [stdout] f166f94104f71c35e142d3c1635292bdb184dfc948c1a40984cb553e67f9ab41