[INFO] cloning repository https://github.com/ustulation/using-quinn [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ustulation/using-quinn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fustulation%2Fusing-quinn", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fustulation%2Fusing-quinn'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 602dc620468cf46e35b1035dec5389191cd754f5 [INFO] testing ustulation/using-quinn against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fustulation%2Fusing-quinn" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ustulation/using-quinn 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/ustulation/using-quinn [INFO] removed workspace from git repo https://github.com/ustulation/using-quinn [INFO] finished tweaking git repo https://github.com/ustulation/using-quinn [INFO] tweaked toml for git repo https://github.com/ustulation/using-quinn written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 01bdfd74abe46caee4f3ded9e0de977b7a47b05d44bc7d97be5be1a7f0ba6e0e [INFO] running `Command { std: "docker" "start" "-a" "01bdfd74abe46caee4f3ded9e0de977b7a47b05d44bc7d97be5be1a7f0ba6e0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "01bdfd74abe46caee4f3ded9e0de977b7a47b05d44bc7d97be5be1a7f0ba6e0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01bdfd74abe46caee4f3ded9e0de977b7a47b05d44bc7d97be5be1a7f0ba6e0e", kill_on_drop: false }` [INFO] [stdout] 01bdfd74abe46caee4f3ded9e0de977b7a47b05d44bc7d97be5be1a7f0ba6e0e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] fdc70c5eb1216129cb8c9ca25289031f47ac243069a43c35641c9e2d31d87d95 [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" "fdc70c5eb1216129cb8c9ca25289031f47ac243069a43c35641c9e2d31d87d95", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling rustversion v1.0.3 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling unwrap v1.2.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling tracing-core v0.1.13 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling backtrace v0.3.50 [INFO] [stderr] Compiling directories v1.0.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling crossbeam-channel v0.4.3 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling chrono v0.4.13 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling webpki v0.21.3 [INFO] [stderr] Compiling rustls v0.17.0 [INFO] [stderr] Compiling yasna v0.3.2 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling tracing-attributes v0.1.9 [INFO] [stderr] Compiling err-derive v0.2.4 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling pem v0.6.1 [INFO] [stderr] Compiling tracing v0.1.18 [INFO] [stderr] Compiling rcgen v0.7.0 [INFO] [stderr] Compiling pin-project v0.4.23 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling quinn-proto v0.6.1 [INFO] [stderr] Compiling quinn v0.6.1 [INFO] [stderr] Compiling quic-p2p v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 57s [INFO] running `Command { std: "docker" "inspect" "fdc70c5eb1216129cb8c9ca25289031f47ac243069a43c35641c9e2d31d87d95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fdc70c5eb1216129cb8c9ca25289031f47ac243069a43c35641c9e2d31d87d95", kill_on_drop: false }` [INFO] [stdout] fdc70c5eb1216129cb8c9ca25289031f47ac243069a43c35641c9e2d31d87d95 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "test" "--frozen" "--no-run" "--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] aa92b4b62b17d2ba1e35c00b62c3c041d953ee54b840ff2cf9d6ad4a9855d938 [INFO] running `Command { std: "docker" "start" "-a" "aa92b4b62b17d2ba1e35c00b62c3c041d953ee54b840ff2cf9d6ad4a9855d938", kill_on_drop: false }` [INFO] [stderr] Compiling nix v0.13.1 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling utf8parse v0.1.1 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling sharded-slab v0.0.9 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling tracing-log v0.1.1 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling tracing-serde v0.1.1 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling tracing-subscriber v0.2.10 [INFO] [stderr] Compiling rustyline v4.1.0 [INFO] [stderr] Compiling quic-p2p v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `quic-p2p`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name quic_p2p --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 --test -C metadata=5a60ee5ad66abe94 -C extra-filename=-5a60ee5ad66abe94 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-62e18710acaf3252.rlib --extern bincode=/opt/rustwide/target/debug/deps/libbincode-d9528207da6f9207.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-f001cfb91aefe9c5.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-ae8f867ba4c1f658.rlib --extern crc=/opt/rustwide/target/debug/deps/libcrc-2dfea17f77cfb27f.rlib --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-4ed87d13761be8f0.rlib --extern directories=/opt/rustwide/target/debug/deps/libdirectories-731936492f701ed0.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-5529a71eb36e4074.rlib --extern err_derive=/opt/rustwide/target/debug/deps/liberr_derive-b68d3f5a228cacd9.so --extern futures=/opt/rustwide/target/debug/deps/libfutures-662144c500c3730a.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-f4faf1fa578e34f7.rlib --extern quinn=/opt/rustwide/target/debug/deps/libquinn-35184d842837b010.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-4cf512b29e26b073.rlib --extern rcgen=/opt/rustwide/target/debug/deps/librcgen-8821c0c39d8c1249.rlib --extern rustls=/opt/rustwide/target/debug/deps/librustls-95d3a464aa82304a.rlib --extern rustyline=/opt/rustwide/target/debug/deps/librustyline-e9a16aaa8eaaebf7.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-11e60df36aa985b4.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-975853d1842cd5e8.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-ef88a34008287845.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-9fb2bbed8318974e.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-18fb2299c97cce4f.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-12a2dfcb986e3152.rlib --extern unwrap=/opt/rustwide/target/debug/deps/libunwrap-286c04e5e01b37c0.rlib --extern webpki=/opt/rustwide/target/debug/deps/libwebpki-ff2cd0aa2cdd0269.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-88674961c1476654/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/examples/client_node-cb6430be0a6b428a.client_node.8jiecbyz-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/client_node-cb6430be0a6b428a.client_node.8jiecbyz-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/client_node-cb6430be0a6b428a.client_node.8jiecbyz-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/client_node-cb6430be0a6b428a.client_node.8jiecbyz-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/client_node-cb6430be0a6b428a.client_node.8jiecbyz-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/client_node-cb6430be0a6b428a.client_node.8jiecbyz-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/client_node-cb6430be0a6b428a.client_node.8jiecbyz-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/client_node-cb6430be0a6b428a.client_node.8jiecbyz-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/client_node-cb6430be0a6b428a.client_node.8jiecbyz-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/client_node-cb6430be0a6b428a.client_node.8jiecbyz-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/client_node-cb6430be0a6b428a.client_node.8jiecbyz-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/client_node-cb6430be0a6b428a.client_node.8jiecbyz-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/client_node-cb6430be0a6b428a.client_node.8jiecbyz-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/client_node-cb6430be0a6b428a.client_node.8jiecbyz-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/client_node-cb6430be0a6b428a.client_node.8jiecbyz-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/client_node-cb6430be0a6b428a.client_node.8jiecbyz-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/client_node-cb6430be0a6b428a" "/opt/rustwide/target/debug/examples/client_node-cb6430be0a6b428a.48afml3gkdnbof1f.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-88674961c1476654/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/libtracing_subscriber-12a2dfcb986e3152.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-fb9d0a06a85a61af.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-74c58b959355cd4f.rlib" "/opt/rustwide/target/debug/deps/libtracing_serde-522cdc9e81e4ebb4.rlib" "/opt/rustwide/target/debug/deps/libansi_term-5ae6309e4bdcc974.rlib" "/opt/rustwide/target/debug/deps/libtracing_log-948e167d68eccd9d.rlib" "/opt/rustwide/target/debug/deps/libmatchers-c045250187a313a6.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-5f38dd5f4f4b7dbe.rlib" "/opt/rustwide/target/debug/deps/libcrc-2dfea17f77cfb27f.rlib" "/opt/rustwide/target/debug/deps/libquic_p2p-c0f6a77d4d40d768.rlib" "/opt/rustwide/target/debug/deps/libbincode-d9528207da6f9207.rlib" "/opt/rustwide/target/debug/deps/librcgen-8821c0c39d8c1249.rlib" "/opt/rustwide/target/debug/deps/libpem-5c94aa06009d075f.rlib" "/opt/rustwide/target/debug/deps/libregex-347800da6df6c271.rlib" "/opt/rustwide/target/debug/deps/libthread_local-87cfd577652377a1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c234f626249548c1.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-97b2f11ab4a5d4c6.rlib" "/opt/rustwide/target/debug/deps/libbase64-62e18710acaf3252.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-8b927a909cceb876.rlib" "/opt/rustwide/target/debug/deps/libfailure-61692011d5da34c3.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-e661a131d5c12d61.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-9ddb11fd43b6bf3b.rlib" "/opt/rustwide/target/debug/deps/libadler-b8e56696c349e12a.rlib" "/opt/rustwide/target/debug/deps/libobject-0d6e0bb75f5e2105.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-6e3ab839915e17cd.rlib" "/opt/rustwide/target/debug/deps/libgimli-80f1fa5d0fd828c4.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e37d6a94bb5dbdd4.rlib" "/opt/rustwide/target/debug/deps/libyasna-0c7248196f9071d9.rlib" "/opt/rustwide/target/debug/deps/libchrono-ffb28754148fc9a5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-ec046d120225b867.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-491417eb0472d7c5.rlib" "/opt/rustwide/target/debug/deps/libtime-d2c62b1b44323850.rlib" "/opt/rustwide/target/debug/deps/libserde_json-975853d1842cd5e8.rlib" "/opt/rustwide/target/debug/deps/libryu-346252d1dd2293b6.rlib" "/opt/rustwide/target/debug/deps/libitoa-41141519eb140351.rlib" "/opt/rustwide/target/debug/deps/libquinn-35184d842837b010.rlib" "/opt/rustwide/target/debug/deps/libquinn_proto-96648756a3322ee3.rlib" "/opt/rustwide/target/debug/deps/librustls-95d3a464aa82304a.rlib" "/opt/rustwide/target/debug/deps/libbase64-f30299eb9031054c.rlib" "/opt/rustwide/target/debug/deps/libsct-865a462310437d02.rlib" "/opt/rustwide/target/debug/deps/libwebpki-ff2cd0aa2cdd0269.rlib" "/opt/rustwide/target/debug/deps/libring-ab555e1e6afdc476.rlib" "/opt/rustwide/target/debug/deps/libspin-398f9d1cb09d19d8.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-b64e865d29056863.rlib" "/opt/rustwide/target/debug/deps/libtracing-18fb2299c97cce4f.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-7650ff49cd232d7e.rlib" "/opt/rustwide/target/debug/deps/librand-4cf512b29e26b073.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-8aba7fc6133cae48.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-c44318ca2ca571e9.rlib" "/opt/rustwide/target/debug/deps/librand_core-1440c3537228cfdc.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-ad217ac2d4552ffa.rlib" "/opt/rustwide/target/debug/deps/libtokio-9fb2bbed8318974e.rlib" "/opt/rustwide/target/debug/deps/libfnv-5a2e7315855d9083.rlib" "/opt/rustwide/target/debug/deps/libmio-1e7eab95829459de.rlib" "/opt/rustwide/target/debug/deps/libiovec-a11a898653c8df7f.rlib" "/opt/rustwide/target/debug/deps/libnet2-35d3a1894e83fe59.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-7019079acafd10ec.rlib" "/opt/rustwide/target/debug/deps/libdirectories-731936492f701ed0.rlib" "/opt/rustwide/target/debug/deps/libstructopt-ef88a34008287845.rlib" "/opt/rustwide/target/debug/deps/libclap-ae8f867ba4c1f658.rlib" "/opt/rustwide/target/debug/deps/libvec_map-5ed6abe592476fba.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-1a72232698cd41b8.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-af7c86705d0a2dbc.rlib" "/opt/rustwide/target/debug/deps/libstrsim-634e26f9ad594cf1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-02fffe573fe5be1a.rlib" "/opt/rustwide/target/debug/deps/libatty-ec605c38cac3edca.rlib" "/opt/rustwide/target/debug/deps/liblibc-809b3ff95751964d.rlib" "/opt/rustwide/target/debug/deps/libansi_term-a7bdbb1c1b6d9ee6.rlib" "/opt/rustwide/target/debug/deps/libfutures-662144c500c3730a.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-451e1a3c39c2b7db.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-c9b8d566177a9159.rlib" "/opt/rustwide/target/debug/deps/libmemchr-994f1cb85517744c.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-ffcce2ca2a170d44.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-5784bc9bf70dfec6.rlib" "/opt/rustwide/target/debug/deps/libslab-f053b532a5ee7f39.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-708ef239692945bc.rlib" "/opt/rustwide/target/debug/deps/libpin_project-791c7971957fce9c.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-f6b1199728dd561d.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-95160ea66ef8df44.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-55892e3ac4a3edbe.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-075b778001f9a5fa.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-c4914a33d5797fa3.rlib" "/opt/rustwide/target/debug/deps/libunwrap-286c04e5e01b37c0.rlib" "/opt/rustwide/target/debug/deps/liblog-f4faf1fa578e34f7.rlib" "/opt/rustwide/target/debug/deps/libbytes-f001cfb91aefe9c5.rlib" "/opt/rustwide/target/debug/deps/libserde-11e60df36aa985b4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-4ed87d13761be8f0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-b4377c595fc970d2.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-660ab907323d6aba.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.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" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "aa92b4b62b17d2ba1e35c00b62c3c041d953ee54b840ff2cf9d6ad4a9855d938", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa92b4b62b17d2ba1e35c00b62c3c041d953ee54b840ff2cf9d6ad4a9855d938", kill_on_drop: false }` [INFO] [stdout] aa92b4b62b17d2ba1e35c00b62c3c041d953ee54b840ff2cf9d6ad4a9855d938