[INFO] cloning repository https://github.com/idan-at/rs-express [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/idan-at/rs-express" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fidan-at%2Frs-express", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fidan-at%2Frs-express'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] da4832137c0e6c4e72637989c4cfab16c1e786b4 [INFO] testing idan-at/rs-express against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fidan-at%2Frs-express" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/idan-at/rs-express on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/idan-at/rs-express [INFO] finished tweaking git repo https://github.com/idan-at/rs-express [INFO] tweaked toml for git repo https://github.com/idan-at/rs-express written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/idan-at/rs-express already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3a3edc3be369d7c042597c97717375381250d0202ecae8ea9d306470fcf3a906 [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" "3a3edc3be369d7c042597c97717375381250d0202ecae8ea9d306470fcf3a906", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3a3edc3be369d7c042597c97717375381250d0202ecae8ea9d306470fcf3a906", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a3edc3be369d7c042597c97717375381250d0202ecae8ea9d306470fcf3a906", kill_on_drop: false }` [INFO] [stdout] 3a3edc3be369d7c042597c97717375381250d0202ecae8ea9d306470fcf3a906 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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] 603e98447585a9213957b91774841bc900a9267c888ce5ad1f68de09ddfcbe56 [INFO] running `Command { std: "docker" "start" "-a" "603e98447585a9213957b91774841bc900a9267c888ce5ad1f68de09ddfcbe56", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.100 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling futures-task v0.3.16 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling futures-sink v0.3.16 [INFO] [stderr] Compiling futures-channel v0.3.16 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling tracing-core v0.1.19 [INFO] [stderr] Compiling bit-set v0.4.0 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling tokio v1.10.0 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling socket2 v0.4.1 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling http-body v0.4.3 [INFO] [stderr] Compiling fancy-regex v0.1.0 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling pretty_env_logger v0.3.1 [INFO] [stderr] Compiling path_to_regexp v0.1.2 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling h2 v0.3.4 [INFO] [stderr] Compiling hyper v0.14.11 [INFO] [stderr] Compiling rs-express v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 51s [INFO] running `Command { std: "docker" "inspect" "603e98447585a9213957b91774841bc900a9267c888ce5ad1f68de09ddfcbe56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "603e98447585a9213957b91774841bc900a9267c888ce5ad1f68de09ddfcbe56", kill_on_drop: false }` [INFO] [stdout] 603e98447585a9213957b91774841bc900a9267c888ce5ad1f68de09ddfcbe56 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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] 922f4a942866b0aebb455ccadbe8d4f0d89d705883bcef97b1204719d97d6539 [INFO] running `Command { std: "docker" "start" "-a" "922f4a942866b0aebb455ccadbe8d4f0d89d705883bcef97b1204719d97d6539", kill_on_drop: false }` [INFO] [stderr] Compiling rs-express v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `rs-express` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name integration_tests --edition=2018 tests/integration_tests.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=be45f49aabc4db55 -C extra-filename=-be45f49aabc4db55 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern hyper=/opt/rustwide/target/debug/deps/libhyper-2bc67734ccbd6144.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-41607b4997ff699e.rlib --extern path_to_regexp=/opt/rustwide/target/debug/deps/libpath_to_regexp-65df4fa7a1a687f6.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-dd9363dd410b6a25.rlib --extern rs_express=/opt/rustwide/target/debug/deps/librs_express-6b867619310bf40f.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-19441c879cb57779.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/next_function-315ee32226dbacb2.next_function.2f77a65b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/next_function-315ee32226dbacb2.next_function.2f77a65b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/next_function-315ee32226dbacb2.next_function.2f77a65b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/next_function-315ee32226dbacb2.next_function.2f77a65b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/next_function-315ee32226dbacb2.next_function.2f77a65b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/next_function-315ee32226dbacb2.next_function.2f77a65b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/next_function-315ee32226dbacb2.next_function.2f77a65b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/next_function-315ee32226dbacb2.next_function.2f77a65b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/next_function-315ee32226dbacb2.next_function.2f77a65b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/next_function-315ee32226dbacb2.next_function.2f77a65b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/next_function-315ee32226dbacb2.next_function.2f77a65b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/next_function-315ee32226dbacb2.next_function.2f77a65b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/next_function-315ee32226dbacb2.next_function.2f77a65b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/next_function-315ee32226dbacb2.next_function.2f77a65b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/next_function-315ee32226dbacb2.next_function.2f77a65b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/next_function-315ee32226dbacb2.next_function.2f77a65b-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/next_function-315ee32226dbacb2.2b3kfqr8n72581yp.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librs_express-6b867619310bf40f.rlib" "/opt/rustwide/target/debug/deps/libpath_to_regexp-65df4fa7a1a687f6.rlib" "/opt/rustwide/target/debug/deps/libfancy_regex-72067d689800fec1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c5452394bf64ef94.rlib" "/opt/rustwide/target/debug/deps/libbit_set-44302146d50b0a46.rlib" "/opt/rustwide/target/debug/deps/libbit_vec-ded67eba57f9ed2e.rlib" "/opt/rustwide/target/debug/deps/libregex-b31c3354f2704430.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-efe06f45def079a4.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-9475ec4b23002eef.rlib" "/opt/rustwide/target/debug/deps/libucd_util-46f75a66bec1e771.rlib" "/opt/rustwide/target/debug/deps/libthread_local-db631b07438dcb8f.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-7860bb9c195c2e33.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-edf244ecdb61ba64.rlib" "/opt/rustwide/target/debug/deps/libregex-dd9363dd410b6a25.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-056f10d3df8fc98c.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c25dc19d7487cdf7.rlib" "/opt/rustwide/target/debug/deps/libhyper-2bc67734ccbd6144.rlib" "/opt/rustwide/target/debug/deps/libwant-b283267483779076.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-febba4674ec63f92.rlib" "/opt/rustwide/target/debug/deps/libsocket2-a1cafd108077cc0a.rlib" "/opt/rustwide/target/debug/deps/libh2-6dbbf1ce1b991eb3.rlib" "/opt/rustwide/target/debug/deps/libindexmap-7b2ec8f3aa66da44.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-238efa6a2ed05171.rlib" "/opt/rustwide/target/debug/deps/libslab-fc15f3560c875dcc.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-6881a8c38f13c353.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-9c1a59c606f2f472.rlib" "/opt/rustwide/target/debug/deps/libhttparse-d713e9f8be03dc82.rlib" "/opt/rustwide/target/debug/deps/libtower_service-a0bac867cff4e01f.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-b8d827412fc48553.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-01252267a63ce6af.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-44e2befa39165ad5.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-5859880dc3f463eb.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-b7ff504f33cec58a.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-d72d588a50ceefb9.rlib" "/opt/rustwide/target/debug/deps/libtokio-19441c879cb57779.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-05fe8c8325caeb9f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-49e23a074ef75dfb.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6bbee201eb478c9.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-393bd80b9b1a6bb7.rlib" "/opt/rustwide/target/debug/deps/libmio-b66d1aefe383d8dd.rlib" "/opt/rustwide/target/debug/deps/liblog-41607b4997ff699e.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-00972883df936c21.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-e9b278fb319a75fd.rlib" "/opt/rustwide/target/debug/deps/liblibc-4762d2fcbe6abed0.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-dba68b901e1d2035.rlib" "/opt/rustwide/target/debug/deps/liblock_api-54976ad60ecc51fc.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ff2bb1f39834214d.rlib" "/opt/rustwide/target/debug/deps/libinstant-73c43486241f7fd1.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-0517d58bead4f50f.rlib" "/opt/rustwide/target/debug/deps/libhttp-6430719c2f0196bb.rlib" "/opt/rustwide/target/debug/deps/libitoa-292f0c0aa4cceb9b.rlib" "/opt/rustwide/target/debug/deps/libbytes-486dd913f668f7b5.rlib" "/opt/rustwide/target/debug/deps/libfnv-22cd72556da4b99c.rlib" "/opt/rustwide/target/debug/deps/libtracing-47e8f6bd34257532.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-c01d3460c002bb08.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-dfb78287a9f18a1a.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-90e3626e3c41eec3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/next_function-315ee32226dbacb2" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [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" "922f4a942866b0aebb455ccadbe8d4f0d89d705883bcef97b1204719d97d6539", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "922f4a942866b0aebb455ccadbe8d4f0d89d705883bcef97b1204719d97d6539", kill_on_drop: false }` [INFO] [stdout] 922f4a942866b0aebb455ccadbe8d4f0d89d705883bcef97b1204719d97d6539