[INFO] crate borrowing_exerci 0.4.51 is already in cache [INFO] testing borrowing_exerci-0.4.51 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate borrowing_exerci 0.4.51 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate borrowing_exerci 0.4.51 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate borrowing_exerci 0.4.51 [INFO] finished tweaking crates.io crate borrowing_exerci 0.4.51 [INFO] tweaked toml for crates.io crate borrowing_exerci 0.4.51 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate borrowing_exerci 0.4.51 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stdout] 6fd5bace3ba0d14ac282c77454113e30e2ed687480fd30ecb487a37fea7e98ac [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "6fd5bace3ba0d14ac282c77454113e30e2ed687480fd30ecb487a37fea7e98ac"` [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling regex-automata v0.1.8 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling users v0.9.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling bstr v0.2.8 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling run_script v0.3.2 [INFO] [stderr] Compiling prettytable-rs v0.8.0 [INFO] [stderr] Compiling borrowing_exerci v0.4.51 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:259:65 [INFO] [stderr] | [INFO] [stderr] 259 | Err(why) => panic!("couldn't open {}: {}", display, why.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:266:65 [INFO] [stderr] | [INFO] [stderr] 266 | Err(why) => panic!("couldn't read {}: {}", display, why.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:285:71 [INFO] [stderr] | [INFO] [stderr] 285 | Err(why) => panic!("couldn't create {}: {}", new_display, why.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:291:73 [INFO] [stderr] | [INFO] [stderr] 291 | Err(why) => panic!("couldn't write to {}: {}", new_display, why.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.29s [INFO] running `"docker" "inspect" "6fd5bace3ba0d14ac282c77454113e30e2ed687480fd30ecb487a37fea7e98ac"` [INFO] running `"docker" "rm" "-f" "6fd5bace3ba0d14ac282c77454113e30e2ed687480fd30ecb487a37fea7e98ac"` [INFO] [stdout] 6fd5bace3ba0d14ac282c77454113e30e2ed687480fd30ecb487a37fea7e98ac [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen" "--no-run"` [INFO] [stdout] 3f3c579897a3765ba0462fc091a3550ab43b644244ed5c8bfa019bbcef0d07d6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "3f3c579897a3765ba0462fc091a3550ab43b644244ed5c8bfa019bbcef0d07d6"` [INFO] [stderr] Compiling borrowing_exerci v0.4.51 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:259:65 [INFO] [stderr] | [INFO] [stderr] 259 | Err(why) => panic!("couldn't open {}: {}", display, why.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:266:65 [INFO] [stderr] | [INFO] [stderr] 266 | Err(why) => panic!("couldn't read {}: {}", display, why.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:285:71 [INFO] [stderr] | [INFO] [stderr] 285 | Err(why) => panic!("couldn't create {}: {}", new_display, why.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:291:73 [INFO] [stderr] | [INFO] [stderr] 291 | Err(why) => panic!("couldn't write to {}: {}", new_display, why.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:259:65 [INFO] [stderr] | [INFO] [stderr] 259 | Err(why) => panic!("couldn't open {}: {}", display, why.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:266:65 [INFO] [stderr] | [INFO] [stderr] 266 | Err(why) => panic!("couldn't read {}: {}", display, why.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:285:71 [INFO] [stderr] | [INFO] [stderr] 285 | Err(why) => panic!("couldn't create {}: {}", new_display, why.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:291:73 [INFO] [stderr] | [INFO] [stderr] 291 | Err(why) => panic!("couldn't write to {}: {}", new_display, why.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: could not compile `borrowing_exerci`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name closure --edition=2018 examples/closure/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=e82964be59d9966b -C extra-filename=-e82964be59d9966b --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern aide=/opt/rustwide/target/debug/deps/libaide-df98628a0b7ec4fa.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-28f0b2013cc588c5.rlib --extern owning_ref=/opt/rustwide/target/debug/deps/libowning_ref-80590ca2cac55881.rlib --extern prettytable=/opt/rustwide/target/debug/deps/libprettytable-15bb6c85b40f23db.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-7c2e4cc55254b574.rlib --extern run_script=/opt/rustwide/target/debug/deps/librun_script-86e37e0958dbcd0a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/aide-bb37ad4ee5c9b384.aide.4837x1jg-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/aide-bb37ad4ee5c9b384.aide.4837x1jg-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/aide-bb37ad4ee5c9b384.aide.4837x1jg-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/aide-bb37ad4ee5c9b384.aide.4837x1jg-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/aide-bb37ad4ee5c9b384.aide.4837x1jg-cgu.4.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/aide-bb37ad4ee5c9b384" "/opt/rustwide/target/debug/deps/aide-bb37ad4ee5c9b384.47ecv2fcbjhehi6o.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0d6dc123ac3da8e3.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-6665100adb88b877.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-b227005fb2b80a78.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-f520069809185d79.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-918304762f2d1de8.rlib" "/opt/rustwide/target/debug/deps/librun_script-86e37e0958dbcd0a.rlib" "/opt/rustwide/target/debug/deps/libusers-700ef0e57a5a7ca1.rlib" "/opt/rustwide/target/debug/deps/librand-e94d88a855b9e351.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-a3412acdf971775c.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-2c235c6f7a9c4fcb.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-d705ca36b11e1acb.rlib" "/opt/rustwide/target/debug/deps/librand_core-e5e7dee8e4927045.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-db33b7b99b88abb5.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "/opt/rustwide/target/debug/deps/libregex-7c2e4cc55254b574.rlib" "/opt/rustwide/target/debug/deps/libthread_local-54c5a590687748e9.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-e2ab0cd28ca30bf0.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-05d406e22d007cf5.rlib" "/opt/rustwide/target/debug/deps/libmemchr-6b3653dcc3f0255e.rlib" "/opt/rustwide/target/debug/deps/liblibc-c2725012b0cfd464.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1dac1a412c98f50d.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b7841fd014bf83a1.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-338c0763450dca22.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5f2e5d11836e0967.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-81a9070bd3553adf.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-e297830377b95af4.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-b38b87f2dd197fa0.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-601015f2e15e7e26.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-439f3a589bd88586.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-57ab7e6ac23ce11f.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3aec7f88778e912a.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-b6806800b307d4b9.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-e49d7651b12f7563.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e8266574e26adcc3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: [INFO] [stderr] [INFO] [stderr] error: could not compile `borrowing_exerci`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name aide --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C debuginfo=2 --test -C metadata=bb37ad4ee5c9b384 -C extra-filename=-bb37ad4ee5c9b384 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-28f0b2013cc588c5.rlib --extern owning_ref=/opt/rustwide/target/debug/deps/libowning_ref-80590ca2cac55881.rlib --extern prettytable=/opt/rustwide/target/debug/deps/libprettytable-15bb6c85b40f23db.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-7c2e4cc55254b574.rlib --extern run_script=/opt/rustwide/target/debug/deps/librun_script-86e37e0958dbcd0a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `borrowing_exerci`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name box --edition=2018 examples/box.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=6bc590b4af882a99 -C extra-filename=-6bc590b4af882a99 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern aide=/opt/rustwide/target/debug/deps/libaide-df98628a0b7ec4fa.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-28f0b2013cc588c5.rlib --extern owning_ref=/opt/rustwide/target/debug/deps/libowning_ref-80590ca2cac55881.rlib --extern prettytable=/opt/rustwide/target/debug/deps/libprettytable-15bb6c85b40f23db.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-7c2e4cc55254b574.rlib --extern run_script=/opt/rustwide/target/debug/deps/librun_script-86e37e0958dbcd0a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/kw_fn-54ea3108a9973676.kw_fn.6coaw5ph-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/kw_fn-54ea3108a9973676.kw_fn.6coaw5ph-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/kw_fn-54ea3108a9973676.kw_fn.6coaw5ph-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/kw_fn-54ea3108a9973676.kw_fn.6coaw5ph-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/kw_fn-54ea3108a9973676.kw_fn.6coaw5ph-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/kw_fn-54ea3108a9973676.kw_fn.6coaw5ph-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/kw_fn-54ea3108a9973676.kw_fn.6coaw5ph-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/kw_fn-54ea3108a9973676.kw_fn.6coaw5ph-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/kw_fn-54ea3108a9973676.kw_fn.6coaw5ph-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/kw_fn-54ea3108a9973676.kw_fn.6coaw5ph-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/kw_fn-54ea3108a9973676.kw_fn.6coaw5ph-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/kw_fn-54ea3108a9973676.kw_fn.6coaw5ph-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/kw_fn-54ea3108a9973676.kw_fn.6coaw5ph-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/kw_fn-54ea3108a9973676.kw_fn.6coaw5ph-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/kw_fn-54ea3108a9973676.kw_fn.6coaw5ph-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/kw_fn-54ea3108a9973676.kw_fn.6coaw5ph-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/kw_fn-54ea3108a9973676" "/opt/rustwide/target/debug/examples/kw_fn-54ea3108a9973676.4eyvs193tmhbva2y.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libaide-df98628a0b7ec4fa.rlib" "/opt/rustwide/target/debug/deps/librun_script-86e37e0958dbcd0a.rlib" "/opt/rustwide/target/debug/deps/libusers-700ef0e57a5a7ca1.rlib" "/opt/rustwide/target/debug/deps/librand-e94d88a855b9e351.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-a3412acdf971775c.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-2c235c6f7a9c4fcb.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-d705ca36b11e1acb.rlib" "/opt/rustwide/target/debug/deps/librand_core-e5e7dee8e4927045.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-db33b7b99b88abb5.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "/opt/rustwide/target/debug/deps/libregex-7c2e4cc55254b574.rlib" "/opt/rustwide/target/debug/deps/libthread_local-54c5a590687748e9.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-e2ab0cd28ca30bf0.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-05d406e22d007cf5.rlib" "/opt/rustwide/target/debug/deps/libmemchr-6b3653dcc3f0255e.rlib" "/opt/rustwide/target/debug/deps/liblibc-c2725012b0cfd464.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1dac1a412c98f50d.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b7841fd014bf83a1.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-338c0763450dca22.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5f2e5d11836e0967.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-81a9070bd3553adf.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-e297830377b95af4.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-b38b87f2dd197fa0.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-601015f2e15e7e26.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-439f3a589bd88586.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-57ab7e6ac23ce11f.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3aec7f88778e912a.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-b6806800b307d4b9.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-e49d7651b12f7563.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e8266574e26adcc3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `borrowing_exerci`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3f3c579897a3765ba0462fc091a3550ab43b644244ed5c8bfa019bbcef0d07d6"` [INFO] running `"docker" "rm" "-f" "3f3c579897a3765ba0462fc091a3550ab43b644244ed5c8bfa019bbcef0d07d6"` [INFO] [stdout] 3f3c579897a3765ba0462fc091a3550ab43b644244ed5c8bfa019bbcef0d07d6