[INFO] fetching crate annotate-snippets 0.11.5...
[INFO] checking annotate-snippets-0.11.5 against try#ae258e1fcbee4a062f5f3d869f06004d7cea088e for pr-135272
[INFO] extracting crate annotate-snippets 0.11.5 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate annotate-snippets 0.11.5 on toolchain ae258e1fcbee4a062f5f3d869f06004d7cea088e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate annotate-snippets 0.11.5
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate annotate-snippets 0.11.5
[INFO] tweaked toml for crates.io crate annotate-snippets 0.11.5 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate crates.io crate annotate-snippets 0.11.5 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" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2f8a22d32def909e3074d1fcb90eb591c571a610a83e94359adb38b1b3ee7da3
[INFO] running `Command { std: "docker" "start" "-a" "2f8a22d32def909e3074d1fcb90eb591c571a610a83e94359adb38b1b3ee7da3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2f8a22d32def909e3074d1fcb90eb591c571a610a83e94359adb38b1b3ee7da3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f8a22d32def909e3074d1fcb90eb591c571a610a83e94359adb38b1b3ee7da3", kill_on_drop: false }`
[INFO] [stdout] 2f8a22d32def909e3074d1fcb90eb591c571a610a83e94359adb38b1b3ee7da3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c22920453401cd8bcffd06ea4bfc8c640d1b3eee13068daa620ede0469dc230e
[INFO] running `Command { std: "docker" "start" "-a" "c22920453401cd8bcffd06ea4bfc8c640d1b3eee13068daa620ede0469dc230e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]     Checking anstyle v1.0.7
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking anstyle-query v1.1.0
[INFO] [stderr]     Checking colorchoice v1.0.1
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]     Checking anstyle-parse v0.2.4
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking clap_lex v0.5.0
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]     Checking utf8-width v0.1.7
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]    Compiling escargot v0.5.13
[INFO] [stderr]     Checking html-escape v0.2.13
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking bstr v1.9.1
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking anstyle-lossy v1.1.1
[INFO] [stderr]     Checking hashbrown v0.15.0
[INFO] [stderr]    Compiling syn v2.0.86
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking unicode-width v0.1.13
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking escape8259 v0.5.2
[INFO] [stderr]     Checking normalize-line-endings v0.3.0
[INFO] [stderr]     Checking similar v2.5.0
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking winnow v0.6.20
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking condtype v1.3.0
[INFO] [stderr]     Checking regex-lite v0.1.6
[INFO] [stderr]     Checking difference v2.0.0
[INFO] [stderr]     Checking is-terminal v0.4.12
[INFO] [stderr]     Checking is_terminal_polyfill v1.48.0
[INFO] [stderr]     Checking anstream v0.3.2
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking anstyle-svg v0.1.4
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking snapbox-macros v0.3.10
[INFO] [stderr]     Checking os_pipe v1.2.0
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]     Checking annotate-snippets v0.11.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking terminal_size v0.2.6
[INFO] [stderr]     Checking clap_builder v4.3.24
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]     Checking globset v0.4.14
[INFO] [stderr]     Checking ignore v0.4.20
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling clap_derive v4.3.12
[INFO] [stderr]    Compiling divan-macros v0.1.16
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/ae258e1fcbee4a062f5f3d869f06004d7cea088e/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/ae258e1fcbee4a062f5f3d869f06004d7cea088e/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustc2Nba4H/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustc2Nba4H/symbols.o" "<16 object files omitted>" "/opt/rustwide/target/debug/deps/clap_derive-f3dade2fda697d2a.73s95x16iaa7gffmst3e0s6pp.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libheck-24e790723ad01371.rlib,libsyn-beb79ea5aee09ec0.rlib,libquote-dc78453216aca867.rlib,libproc_macro2-44afbfcf6fb086b1.rlib,libunicode_ident-f2de522ba645d884.rlib}" "/opt/rustwide/rustup-home/toolchains/ae258e1fcbee4a062f5f3d869f06004d7cea088e/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-f70e4fb3d5b25f48.rlib,libstd-006123e2ce67e99d.rlib,libpanic_unwind-e1447e1efa6f1e57.rlib,libobject-f6963a4916fcf097.rlib,libmemchr-49a2d9af912f4524.rlib,libaddr2line-04d19aad3936869d.rlib,libgimli-483c235edb789db0.rlib,librustc_demangle-294281af50b8f748.rlib,libstd_detect-3b08295250aabc2a.rlib,libhashbrown-4472d1e05ba0dfaf.rlib,librustc_std_workspace_alloc-2ef099fac590e457.rlib,libminiz_oxide-8a51f5e848546c29.rlib,libadler2-3d3fa22b868db521.rlib,libunwind-0ffda8b08e22dbea.rlib,libcfg_if-b08f62458fdd43b9.rlib,liblibc-559675126e63b890.rlib,liballoc-fcf21c8d1c9c7b75.rlib,librustc_std_workspace_core-e0b0460135bcf21d.rlib,libcore-d4097fdcbddd3bc7.rlib,libcompiler_builtins-fea484ac1eed7881.rlib}" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/ae258e1fcbee4a062f5f3d869f06004d7cea088e/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/ae258e1fcbee4a062f5f3d869f06004d7cea088e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libclap_derive-f3dade2fda697d2a.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]           collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `clap_derive` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: error writing metadata object file: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `serde_derive` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "c22920453401cd8bcffd06ea4bfc8c640d1b3eee13068daa620ede0469dc230e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c22920453401cd8bcffd06ea4bfc8c640d1b3eee13068daa620ede0469dc230e", kill_on_drop: false }`
[INFO] [stdout] c22920453401cd8bcffd06ea4bfc8c640d1b3eee13068daa620ede0469dc230e
