[INFO] cloning repository https://github.com/nicmr/fidelitas
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nicmr/fidelitas" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicmr%2Ffidelitas", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicmr%2Ffidelitas'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d1743d46f4aef4a0eb935ec6b9fdd7f7c8e3dbaa
[INFO] checking nicmr/fidelitas against master#8a65ee08296b36342bf7c3cdc15312ccbc357227 for pr-142704
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicmr%2Ffidelitas" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/nicmr/fidelitas on toolchain 8a65ee08296b36342bf7c3cdc15312ccbc357227
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config
[INFO] started tweaking git repo https://github.com/nicmr/fidelitas
[INFO] finished tweaking git repo https://github.com/nicmr/fidelitas
[INFO] tweaked toml for git repo https://github.com/nicmr/fidelitas written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/nicmr/fidelitas 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" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded vlc-rs v0.3.0
[INFO] [stderr]   Downloaded actix-web-actors v1.0.2
[INFO] [stderr]   Downloaded ifaces v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f31d71d2e2c189ae7e8254d376c4c50951061694f89f13fdb7e7adaaa460662e
[INFO] running `Command { std: "docker" "start" "-a" "f31d71d2e2c189ae7e8254d376c4c50951061694f89f13fdb7e7adaaa460662e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f31d71d2e2c189ae7e8254d376c4c50951061694f89f13fdb7e7adaaa460662e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f31d71d2e2c189ae7e8254d376c4c50951061694f89f13fdb7e7adaaa460662e", kill_on_drop: false }`
[INFO] [stdout] f31d71d2e2c189ae7e8254d376c4c50951061694f89f13fdb7e7adaaa460662e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3f8f9896d083e309370a5d7bca392bc90094296315a263274d7f0fc7df5941d5
[INFO] running `Command { std: "docker" "start" "-a" "3f8f9896d083e309370a5d7bca392bc90094296315a263274d7f0fc7df5941d5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.62
[INFO] [stderr]     Checking cfg-if v0.1.9
[INFO] [stderr]    Compiling autocfg v0.1.6
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]     Checking smallvec v0.6.10
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]     Checking futures v0.1.29
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling cc v1.0.45
[INFO] [stderr]     Checking iovec v0.1.2
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking crossbeam-utils v0.6.6
[INFO] [stderr]     Checking slab v0.4.2
[INFO] [stderr]     Checking fnv v1.0.6
[INFO] [stderr]     Checking tokio-io v0.1.12
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling parking_lot_core v0.4.0
[INFO] [stderr]     Checking stable_deref_trait v1.1.1
[INFO] [stderr]     Checking owning_ref v0.4.0
[INFO] [stderr]     Checking num_cpus v1.10.1
[INFO] [stderr]     Checking net2 v0.2.33
[INFO] [stderr]     Checking tokio-executor v0.1.8
[INFO] [stderr]     Checking scopeguard v0.3.3
[INFO] [stderr]     Checking lock_api v0.1.5
[INFO] [stderr]     Checking tokio-sync v0.1.6
[INFO] [stderr]    Compiling proc-macro2 v1.0.3
[INFO] [stderr]     Checking mio v0.6.19
[INFO] [stderr]     Checking matches v0.1.8
[INFO] [stderr]    Compiling regex v1.0.6
[INFO] [stderr]     Checking unicode-bidi v0.3.4
[INFO] [stderr]     Checking unicode-normalization v0.1.8
[INFO] [stderr]     Checking scopeguard v1.0.0
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling backtrace-sys v0.1.31
[INFO] [stderr]    Compiling unicase v2.5.1
[INFO] [stderr]    Compiling parking_lot_core v0.6.2
[INFO] [stderr]    Compiling syn v1.0.5
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]    Compiling aho-corasick v0.6.10
[INFO] [stderr]     Checking tokio-codec v0.1.1
[INFO] [stderr]     Checking tokio-reactor v0.1.9
[INFO] [stderr]     Checking tokio-timer v0.2.11
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]     Checking itoa v0.4.4
[INFO] [stderr]    Compiling utf8-ranges v1.0.4
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]    Compiling regex-syntax v0.6.12
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]     Checking lock_api v0.3.1
[INFO] [stderr]    Compiling getrandom v0.1.12
[INFO] [stderr]    Compiling serde v1.0.100
[INFO] [stderr]     Checking rustc-demangle v0.1.16
[INFO] [stderr]     Checking tokio-current-thread v0.1.6
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking threadpool v1.7.1
[INFO] [stderr]     Checking backtrace v0.3.37
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]     Checking percent-encoding v1.0.1
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustc441DbZ/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libautocfg-3fddde4ffdd3191a.rlib}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc441DbZ/raw-dylibs" "-B<sysroot>/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" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/num-traits-aef391bb7bc47b57/build_script_build-aef391bb7bc47b57" "-Wl,--gc-sections" "-pie" "-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/8a65ee08296b36342bf7c3cdc15312ccbc357227/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/cc0Ahr2C.res --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o /opt/rustwide/target/debug/build/num-traits-aef391bb7bc47b57/build_script_build-aef391bb7bc47b57 /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /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/rustc441DbZ/raw-dylibs -L/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/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/../../.. /tmp/rustc441DbZ/symbols.o /opt/rustwide/target/debug/build/num-traits-aef391bb7bc47b57/build_script_build-aef391bb7bc47b57.build_script_build.819d9bd020cbd14d-cgu.0.rcgu.o /opt/rustwide/target/debug/build/num-traits-aef391bb7bc47b57/build_script_build-aef391bb7bc47b57.ehu69b8ux6p25rfzo7vhpdcf5.rcgu.o --as-needed -Bstatic /opt/rustwide/target/debug/deps/libautocfg-3fddde4ffdd3191a.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-6ea888b788c42862.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d82099b93c7e59b7.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5fd658f41c337791.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-aacfe043ce80c243.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-8b7d1a84e7aa2c28.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b0d7c05ec43c58c7.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c1a96356efb858ca.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-76f93126db57548f.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-cb111656a92b1c7f.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-13bf8447f40b4125.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-da7f80b8841ec033.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-73859fadc6b5dfeb.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-745260925d633f62.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-545568f1265e00c0.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9785599f4ff3c7bf.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-b8eef319e27e2a4f.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-b210514497fdbd25.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2aeff126d727b037.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-586296b4e26cae49.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 `num-traits` (build script) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaCRRfmO"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `percent-encoding` (lib) due to 1 previous error
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaMnOqmZ"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `backtrace` (lib) due to 1 previous error
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetacD5lTU"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `getrandom` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaRwsyvE/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaeY3ILU"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta53lHiB/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `regex-syntax` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "3f8f9896d083e309370a5d7bca392bc90094296315a263274d7f0fc7df5941d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f8f9896d083e309370a5d7bca392bc90094296315a263274d7f0fc7df5941d5", kill_on_drop: false }`
[INFO] [stdout] 3f8f9896d083e309370a5d7bca392bc90094296315a263274d7f0fc7df5941d5
