[INFO] cloning repository https://github.com/jkcdarunday/crystalline [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jkcdarunday/crystalline" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjkcdarunday%2Fcrystalline", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjkcdarunday%2Fcrystalline'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c3b347c151d792f388f4350a52f8f7dee90748cc [INFO] testing jkcdarunday/crystalline against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjkcdarunday%2Fcrystalline" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jkcdarunday/crystalline on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jkcdarunday/crystalline [INFO] finished tweaking git repo https://github.com/jkcdarunday/crystalline [INFO] tweaked toml for git repo https://github.com/jkcdarunday/crystalline written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/jkcdarunday/crystalline already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ee62a02a9298e7a40b88eabbcf5789f1ad73f352b51e38f17b01aea4e3b19957 [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" "ee62a02a9298e7a40b88eabbcf5789f1ad73f352b51e38f17b01aea4e3b19957", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee62a02a9298e7a40b88eabbcf5789f1ad73f352b51e38f17b01aea4e3b19957", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee62a02a9298e7a40b88eabbcf5789f1ad73f352b51e38f17b01aea4e3b19957", kill_on_drop: false }` [INFO] [stdout] ee62a02a9298e7a40b88eabbcf5789f1ad73f352b51e38f17b01aea4e3b19957 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1df594cb6b2a876a765023fe6911b0af4d7e96c520bc516e168bd47f23669010 [INFO] running `Command { std: "docker" "start" "-a" "1df594cb6b2a876a765023fe6911b0af4d7e96c520bc516e168bd47f23669010", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling smallvec v0.6.11 [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling copyless v0.1.4 [INFO] [stderr] Compiling arc-swap v0.4.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling encoding_rs v0.8.20 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling hashbrown v0.5.0 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling pcap v0.7.0 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling hex v0.4.0 [INFO] [stderr] Compiling single_value_channel v1.2.1 [INFO] [stderr] Compiling custom_error v1.6.0 [INFO] [stderr] Compiling json v0.12.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling actix-service v0.4.2 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling lock_api v0.3.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling regex-syntax v0.6.6 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling tokio-executor v0.1.8 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling etherparse v0.8.2 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling tokio-timer v0.2.11 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling getrandom v0.1.6 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling signal-hook-registry v1.1.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling resolv-conf v0.6.2 [INFO] [stderr] Compiling signal-hook v0.1.11 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.19 [INFO] [stderr] Compiling string v0.2.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 tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.10 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling procfs v0.7.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling actix-codec v0.1.2 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling flate2 v1.0.12 [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 actix-utils v0.4.7 [INFO] [stderr] Compiling actix-server-config v0.1.2 [INFO] [stderr] Compiling scan_fmt v0.2.2 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling enum-as-inner v0.2.1 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling actix-web-codegen v0.1.3 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling actix-threadpool v0.1.2 [INFO] [stderr] Compiling trust-dns-proto v0.7.4 [INFO] [stderr] Compiling actix-rt v0.2.5 [INFO] [stderr] Compiling actix-server v0.6.1 [INFO] [stderr] Compiling actix-testing v0.1.0 [INFO] [stderr] Compiling trust-dns-resolver v0.11.1 [INFO] [stderr] Compiling actix-connect v0.2.5 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling actix-router v0.1.5 [INFO] [stderr] Compiling actix-http v0.2.10 [INFO] [stderr] Compiling awc v0.2.7 [INFO] [stderr] Compiling actix-web v1.0.8 [INFO] [stderr] Compiling actix-cors v0.1.0 [INFO] [stderr] Compiling crystalline v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/crystalline-ee7873330ae5307a.crystalline.b0itwjqs-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/crystalline-ee7873330ae5307a.crystalline.b0itwjqs-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/crystalline-ee7873330ae5307a.crystalline.b0itwjqs-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/crystalline-ee7873330ae5307a.crystalline.b0itwjqs-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/crystalline-ee7873330ae5307a.crystalline.b0itwjqs-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/crystalline-ee7873330ae5307a.crystalline.b0itwjqs-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/crystalline-ee7873330ae5307a.crystalline.b0itwjqs-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/crystalline-ee7873330ae5307a.crystalline.b0itwjqs-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/crystalline-ee7873330ae5307a.crystalline.b0itwjqs-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/crystalline-ee7873330ae5307a.crystalline.b0itwjqs-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/crystalline-ee7873330ae5307a.crystalline.b0itwjqs-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/crystalline-ee7873330ae5307a.crystalline.b0itwjqs-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/crystalline-ee7873330ae5307a.crystalline.b0itwjqs-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/crystalline-ee7873330ae5307a.crystalline.b0itwjqs-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/crystalline-ee7873330ae5307a.crystalline.b0itwjqs-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/crystalline-ee7873330ae5307a.crystalline.b0itwjqs-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/crystalline-ee7873330ae5307a" "/opt/rustwide/target/debug/deps/crystalline-ee7873330ae5307a.hq36ckhsf96p147.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-9f546c5dab26cbe8/out" "-L" "/opt/rustwide/target/debug/build/brotli-sys-a41a90c2e84809c0/out" "-L" "/opt/rustwide/target/debug/build/miniz-sys-f650dd753bcabd1a/out" "-L" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsingle_value_channel-0dac825c03cf0ff9.rlib" "/opt/rustwide/target/debug/deps/libpcap-82ddefa15a547ee8.rlib" "/opt/rustwide/target/debug/deps/libetherparse-99361a61b7668250.rlib" "/opt/rustwide/target/debug/deps/libprocfs-00553f81e36b00d5.rlib" "/opt/rustwide/target/debug/deps/liblibflate-b3961aa04039f240.rlib" "/opt/rustwide/target/debug/deps/libtake_mut-fbab7048ac8d239f.rlib" "/opt/rustwide/target/debug/deps/librle_decode_fast-3c3379d8167def29.rlib" "/opt/rustwide/target/debug/deps/libadler32-2b02d44fcddd2c34.rlib" "/opt/rustwide/target/debug/deps/libhex-5df4f248aecda3b3.rlib" "/opt/rustwide/target/debug/deps/libactix_cors-9303e5908e5de9ad.rlib" "/opt/rustwide/target/debug/deps/libactix_web-6e3271fb8ee4b5c1.rlib" "/opt/rustwide/target/debug/deps/libawc-0c376d02b3b18625.rlib" "/opt/rustwide/target/debug/deps/libactix_testing-e43d0e41e72f0e2c.rlib" "/opt/rustwide/target/debug/deps/libactix_server-fdfa88204f1703b5.rlib" "/opt/rustwide/target/debug/deps/libtokio_signal-b61a170d8c1ee916.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-9faac00214735124.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-e37148b3841345df.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-96fe3a8ed4b73ed1.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-9c69e850713f14d7.rlib" "/opt/rustwide/target/debug/deps/libactix_router-cb1c0e58502ef873.rlib" "/opt/rustwide/target/debug/deps/libactix_http-947b42635c360c72.rlib" "/opt/rustwide/target/debug/deps/libsha1-3c74902e82893985.rlib" "/opt/rustwide/target/debug/deps/libbase64-b72c8538169b0197.rlib" "/opt/rustwide/target/debug/deps/librand-90f2fa408ecf0c61.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-728cb60336b4f5f2.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-59e5b0a94e42cd7c.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-98bc5df0f0a20e78.rlib" "/opt/rustwide/target/debug/deps/librand_core-efdf75c48c747d6e.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-0e865f6a27be688b.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-7602aee458835a0f.rlib" "/opt/rustwide/target/debug/deps/liburl-c8eaedfe4c974902.rlib" "/opt/rustwide/target/debug/deps/libidna-9fe797740e49d663.rlib" "/opt/rustwide/target/debug/deps/libdtoa-de101ac0bbbe5f55.rlib" "/opt/rustwide/target/debug/deps/libhttparse-d23095e432fe7798.rlib" "/opt/rustwide/target/debug/deps/libchrono-f326e18e0876c6af.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-69520f5ffd075525.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-5cab8bea404b1c85.rlib" "/opt/rustwide/target/debug/deps/libserde_json-f4eb7f443f4bc776.rlib" "/opt/rustwide/target/debug/deps/libryu-17b6aebf204a4027.rlib" "/opt/rustwide/target/debug/deps/libserde-6fcef401127a0c76.rlib" "/opt/rustwide/target/debug/deps/libbitflags-56eca94422237621.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-a8df0c0a0c12c23a.rlib" "/opt/rustwide/target/debug/deps/libregex-1e7861456ad4b2e7.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-7dea64644607fbf3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-7f645dd8e82b8044.rlib" "/opt/rustwide/target/debug/deps/libucd_util-95e066877cf8ab6b.rlib" "/opt/rustwide/target/debug/deps/libthread_local-27389ca22832ed8a.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-5ebb05596465fa1b.rlib" "/opt/rustwide/target/debug/deps/libmemchr-bba944e803a6ab44.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-f8390e75b1318778.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-e676c97fbc74cd56.rlib" "/opt/rustwide/target/debug/deps/libmime-ba4636e23789cb7a.rlib" "/opt/rustwide/target/debug/deps/libflate2-eb52f46a06b3d172.rlib" "/opt/rustwide/target/debug/deps/libminiz_sys-fe21c45f483be56a.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-730991321300d642.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-ef6e36aa85087fd0.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-95c261abef2126d4.rlib" "/opt/rustwide/target/debug/deps/libtime-5d4bace7c5e7aafc.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-3dfb5fc14b88c954.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-5afdd3d58c630c21.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-0232fd0a44072d46.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-bbc4fccb4f9b8697.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-0e22c7b810bf5720.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-19e819786c646c93.rlib" "/opt/rustwide/target/debug/deps/libcopyless-1517cd697673895d.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-0cc63ae4efb32fc8.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-95df3a6e79523dd2.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-ee41562017fb8723.rlib" "/opt/rustwide/target/debug/deps/liburl-463745578578f8db.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-7d671435c22c2140.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-f195347d8c68e745.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-226c2f455eb9d2f5.rlib" "/opt/rustwide/target/debug/deps/libsocket2-d49dbbd58f556193.rlib" "/opt/rustwide/target/debug/deps/librand-75416a3f74a85c69.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-60469549e3040952.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-5fe2b204ebdc97c4.rlib" "/opt/rustwide/target/debug/deps/librand_hc-1d1b3c1a779e93bf.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-357d07eba6335459.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-2d8aa7a0637d8a6d.rlib" "/opt/rustwide/target/debug/deps/librand_core-431cd0429e21c12d.rlib" "/opt/rustwide/target/debug/deps/librand_os-3140982967c88326.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-9758ca4d01bb4051.rlib" "/opt/rustwide/target/debug/deps/librand_core-2594c62c1ce8d16b.rlib" "/opt/rustwide/target/debug/deps/libidna-41930d13e791c59c.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-9a812f8abc922dbb.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-81f7bca86d771a09.rlib" "/opt/rustwide/target/debug/deps/libmatches-84413336e46be589.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-a5a47b482fb1a1ab.rlib" "/opt/rustwide/target/debug/deps/libhostname-a90764de2184cdb7.rlib" "/opt/rustwide/target/debug/deps/libquick_error-8c90ea5b32960f2f.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-f612c2dfc0d06f10.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-d4391d1b7da53318.rlib" "/opt/rustwide/target/debug/deps/libfailure-ba175997c7e06f1a.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-2690ebc260019953.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-97b47ab71b6fd528.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-45752d70cb3b1eba.rlib" "/opt/rustwide/target/debug/deps/libeither-3374e4d2a4d617ae.rlib" "/opt/rustwide/target/debug/deps/libh2-b1af9f24ed8e0e20.rlib" "/opt/rustwide/target/debug/deps/libindexmap-712c9a657d379d08.rlib" "/opt/rustwide/target/debug/deps/libstring-d0f25a54a7e4b4f8.rlib" "/opt/rustwide/target/debug/deps/libhttp-0f90ee9a808c81df.rlib" "/opt/rustwide/target/debug/deps/libitoa-f3eef8739551e750.rlib" "/opt/rustwide/target/debug/deps/libactix_server_config-63fcfd32810dc060.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-36a218e8bdce3d12.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-03cdc2a6606947c6.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-7ddd86c4fe533a80.rlib" "/opt/rustwide/target/debug/deps/libfnv-e461bc511369ce67.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-7b43b98417c4c488.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-0d40aa8098acb81d.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-b455dde3703c20cf.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-0dbc7d5dfd9d4dfe.rlib" "/opt/rustwide/target/debug/deps/liblock_api-694fadb6ba96534b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-7f101a26ad79ff77.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-bd3806ccf474d5cc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-21d9de3ebc70ce2b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-af29115d628d51cd.rlib" "/opt/rustwide/target/debug/deps/libspin-35e209bbe476b247.rlib" "/opt/rustwide/target/debug/deps/libmio-7a424e84b1b1d23a.rlib" "/opt/rustwide/target/debug/deps/libslab-3a7649c6fb4d320f.rlib" "/opt/rustwide/target/debug/deps/libnet2-7782e0709805ed11.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-5d727ffeb38c71d3.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-73cfd1779b391a07.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-e1a6d25cf0dc9dd5.rlib" "/opt/rustwide/target/debug/deps/libbytes-ca2dd994586ad2a8.rlib" "/opt/rustwide/target/debug/deps/libiovec-5361e8797e9aefa8.rlib" "/opt/rustwide/target/debug/deps/liblibc-2791035cf8f71fb1.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-ec08ff66f3f65e33.rlib" "/opt/rustwide/target/debug/deps/liblog-642ce3e611c2eb82.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b00c34326580381c.rlib" "/opt/rustwide/target/debug/deps/libactix_service-ab9eb380fedd267a.rlib" "/opt/rustwide/target/debug/deps/libfutures-1bf01b6396879f32.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5989bcf78182f65e.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-4d6da34bc177af8d.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-10e0d6c948699482.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-c2318e2415657781.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-3815b93ed84badbb.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-d7999143d95238cb.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c58298a0d40df8b8.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b7de97e2ba6fb4e2.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6f71c9f654d72cce.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-95ea48ddc44a311b.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-7402cd4761aebc14.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-68f423c59dc48a40.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-54580c7798bf2225.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-95a4d456339b7385.rlib" "-Wl,-Bdynamic" "-lpcap" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lpcap [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `crystalline`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "1df594cb6b2a876a765023fe6911b0af4d7e96c520bc516e168bd47f23669010", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1df594cb6b2a876a765023fe6911b0af4d7e96c520bc516e168bd47f23669010", kill_on_drop: false }` [INFO] [stdout] 1df594cb6b2a876a765023fe6911b0af4d7e96c520bc516e168bd47f23669010