[INFO] cloning repository https://github.com/web2solutions/rustlings [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/web2solutions/rustlings" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fweb2solutions%2Frustlings", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fweb2solutions%2Frustlings'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 633b828a5ec8938ff1c3ca72d27edbee92bfcc09 [INFO] checking web2solutions/rustlings against master#5337252b9952fdd9482ed6a4add17254e5bd2c40 for pr-138785 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fweb2solutions%2Frustlings" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/web2solutions/rustlings on toolchain 5337252b9952fdd9482ed6a4add17254e5bd2c40 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5337252b9952fdd9482ed6a4add17254e5bd2c40" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/web2solutions/rustlings [INFO] finished tweaking git repo https://github.com/web2solutions/rustlings [INFO] tweaked toml for git repo https://github.com/web2solutions/rustlings written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/web2solutions/rustlings already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5337252b9952fdd9482ed6a4add17254e5bd2c40" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+5337252b9952fdd9482ed6a4add17254e5bd2c40" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c464d002e890067d2e98515f2a970a921202be067fbd09a5696933f2a7a41d50 [INFO] running `Command { std: "docker" "start" "-a" "c464d002e890067d2e98515f2a970a921202be067fbd09a5696933f2a7a41d50", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c464d002e890067d2e98515f2a970a921202be067fbd09a5696933f2a7a41d50", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c464d002e890067d2e98515f2a970a921202be067fbd09a5696933f2a7a41d50", kill_on_drop: false }` [INFO] [stdout] c464d002e890067d2e98515f2a970a921202be067fbd09a5696933f2a7a41d50 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+5337252b9952fdd9482ed6a4add17254e5bd2c40" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b7a15ebe6c013c7846616198e8e042da2aa9e3655720ec83fcc9f35a73f85e90 [INFO] running `Command { std: "docker" "start" "-a" "b7a15ebe6c013c7846616198e8e042da2aa9e3655720ec83fcc9f35a73f85e90", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.70 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking regex-syntax v0.6.23 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking lock_api v0.4.3 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Checking slab v0.4.3 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking terminal_size v0.1.16 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking predicates-core v1.0.2 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling argh_shared v0.1.4 [INFO] [stderr] Compiling escargot v0.4.0 [INFO] [stderr] Checking lazycell v1.3.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking float-cmp v0.8.0 [INFO] [stderr] Checking number_prefix v0.2.8 [INFO] [stderr] Checking inotify v0.7.1 [INFO] [stderr] Checking termios v0.3.3 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking filetime v0.2.14 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking normalize-line-endings v0.3.0 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking predicates-tree v1.0.2 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking notify v4.0.16 [INFO] [stderr] Checking regex v1.4.6 [INFO] [stderr] Checking console v0.14.1 [INFO] [stderr] Checking predicates v1.0.7 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Checking indicatif v0.10.3 [INFO] [stderr] Compiling argh_derive v0.1.4 [INFO] [stderr] Checking argh v0.1.4 [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcAWzZDV/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcAWzZDV/symbols.o" "<16 object files omitted>" "/opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.1yd2ag10t87qiqjvxmq1ufsjz.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-ae92b6b30a93264e.rlib,libquote-01fb9c67b270f11e.rlib,libproc_macro2-05c88b5cc12784e7.rlib,libunicode_xid-467b3a2737902552.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcAWzZDV/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libserde_derive-a5497cbf753e4fd7.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] Stack dump: [INFO] [stdout] 0. Program arguments: /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld -flavor gnu -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccA7Xyhh.res --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -shared -z relro -o /opt/rustwide/target/debug/deps/libserde_derive-a5497cbf753e4fd7.so /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/tmp/rustcAWzZDV/raw-dylibs -L/opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. --version-script=/tmp/rustcAWzZDV/list --no-undefined-version /tmp/rustcAWzZDV/symbols.o /opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.serde_derive.d327c8684dbb5d19-cgu.00.rcgu.o /opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.serde_derive.d327c8684dbb5d19-cgu.01.rcgu.o /opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.serde_derive.d327c8684dbb5d19-cgu.02.rcgu.o /opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.serde_derive.d327c8684dbb5d19-cgu.03.rcgu.o /opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.serde_derive.d327c8684dbb5d19-cgu.04.rcgu.o /opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.serde_derive.d327c8684dbb5d19-cgu.05.rcgu.o /opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.serde_derive.d327c8684dbb5d19-cgu.06.rcgu.o /opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.serde_derive.d327c8684dbb5d19-cgu.07.rcgu.o /opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.serde_derive.d327c8684dbb5d19-cgu.08.rcgu.o /opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.serde_derive.d327c8684dbb5d19-cgu.09.rcgu.o /opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.serde_derive.d327c8684dbb5d19-cgu.10.rcgu.o /opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.serde_derive.d327c8684dbb5d19-cgu.11.rcgu.o /opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.serde_derive.d327c8684dbb5d19-cgu.12.rcgu.o /opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.serde_derive.d327c8684dbb5d19-cgu.13.rcgu.o /opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.serde_derive.d327c8684dbb5d19-cgu.14.rcgu.o /opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.serde_derive.d327c8684dbb5d19-cgu.15.rcgu.o /opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.1yd2ag10t87qiqjvxmq1ufsjz.rcgu.rmeta /opt/rustwide/target/debug/deps/serde_derive-a5497cbf753e4fd7.aoqn4pscwtutnqwjhlfxil2wp.rcgu.o --as-needed -Bstatic /opt/rustwide/target/debug/deps/libsyn-ae92b6b30a93264e.rlib /opt/rustwide/target/debug/deps/libquote-01fb9c67b270f11e.rlib /opt/rustwide/target/debug/deps/libproc_macro2-05c88b5cc12784e7.rlib /opt/rustwide/target/debug/deps/libunicode_xid-467b3a2737902552.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-fdb1b949513bb3bd.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-6fc8ec35a950c030.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-640c1a0aad295819.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-074213354b0eee08.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-851504597be14a0a.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-c9a40a7829b4a8f9.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-7484638d471ea1f9.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-89178d84de0e7896.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-db64b148936907c4.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-1d794a0506b4c481.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bcf1a6a229ef7857.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-7489dfa37f6838c3.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-00e1f9c7b6f10291.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8e02eb627a7d0eed.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5821b9cc09479e86.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-16429f878c1b8ecc.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-995bcdd234940571.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-614ba4a94b456c22.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-efccff1ad47e65ac.rlib /opt/rustwide/rustup-home/toolchains/5337252b9952fdd9482ed6a4add17254e5bd2c40/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-7bc6cb282c880c39.rlib -Bdynamic -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc -znostart-stop-gc --eh-frame-hdr -z noexecstack --gc-sections -z relro -z now /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_derive` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "b7a15ebe6c013c7846616198e8e042da2aa9e3655720ec83fcc9f35a73f85e90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7a15ebe6c013c7846616198e8e042da2aa9e3655720ec83fcc9f35a73f85e90", kill_on_drop: false }` [INFO] [stdout] b7a15ebe6c013c7846616198e8e042da2aa9e3655720ec83fcc9f35a73f85e90