[INFO] crate amethyst_tools 0.10.0 is already in cache [INFO] checking amethyst_tools-0.10.0 against master#e1beee4992ad4b235fc700bf7af1ee86f894ea53 for pr-74130 [INFO] extracting crate amethyst_tools 0.10.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate amethyst_tools 0.10.0 on toolchain e1beee4992ad4b235fc700bf7af1ee86f894ea53 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e1beee4992ad4b235fc700bf7af1ee86f894ea53" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate amethyst_tools 0.10.0 [INFO] finished tweaking crates.io crate amethyst_tools 0.10.0 [INFO] tweaked toml for crates.io crate amethyst_tools 0.10.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate amethyst_tools 0.10.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e1beee4992ad4b235fc700bf7af1ee86f894ea53" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+e1beee4992ad4b235fc700bf7af1ee86f894ea53" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 30773b1e2601199b3d57b83b4914ef5b56ed6a1c002b461d5ed97de4b7a63e7e [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" "30773b1e2601199b3d57b83b4914ef5b56ed6a1c002b461d5ed97de4b7a63e7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "30773b1e2601199b3d57b83b4914ef5b56ed6a1c002b461d5ed97de4b7a63e7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30773b1e2601199b3d57b83b4914ef5b56ed6a1c002b461d5ed97de4b7a63e7e", kill_on_drop: false }` [INFO] [stdout] 30773b1e2601199b3d57b83b4914ef5b56ed6a1c002b461d5ed97de4b7a63e7e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+e1beee4992ad4b235fc700bf7af1ee86f894ea53" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bd4009c247f0091ad9e59004f0049dd6a8a0d530901ced8026ea925c5f21e75c [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" "bd4009c247f0091ad9e59004f0049dd6a8a0d530901ced8026ea925c5f21e75c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Checking futures v0.1.29 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking smallvec v1.0.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking untrusted v0.7.0 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking itoa v0.4.4 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking regex-syntax v0.6.12 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling liquid-error v0.19.0 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Checking try-lock v0.2.2 [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `crc32fast`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/build/memchr-31dc7cae5fb5bd8c/build_script_build-31dc7cae5fb5bd8c.build_script_build.c8kdo93p-cgu.0.rcgu.o" "/opt/rustwide/target/debug/build/memchr-31dc7cae5fb5bd8c/build_script_build-31dc7cae5fb5bd8c.build_script_build.c8kdo93p-cgu.1.rcgu.o" "/opt/rustwide/target/debug/build/memchr-31dc7cae5fb5bd8c/build_script_build-31dc7cae5fb5bd8c.build_script_build.c8kdo93p-cgu.10.rcgu.o" "/opt/rustwide/target/debug/build/memchr-31dc7cae5fb5bd8c/build_script_build-31dc7cae5fb5bd8c.build_script_build.c8kdo93p-cgu.11.rcgu.o" "/opt/rustwide/target/debug/build/memchr-31dc7cae5fb5bd8c/build_script_build-31dc7cae5fb5bd8c.build_script_build.c8kdo93p-cgu.12.rcgu.o" "/opt/rustwide/target/debug/build/memchr-31dc7cae5fb5bd8c/build_script_build-31dc7cae5fb5bd8c.build_script_build.c8kdo93p-cgu.13.rcgu.o" "/opt/rustwide/target/debug/build/memchr-31dc7cae5fb5bd8c/build_script_build-31dc7cae5fb5bd8c.build_script_build.c8kdo93p-cgu.14.rcgu.o" "/opt/rustwide/target/debug/build/memchr-31dc7cae5fb5bd8c/build_script_build-31dc7cae5fb5bd8c.build_script_build.c8kdo93p-cgu.15.rcgu.o" "/opt/rustwide/target/debug/build/memchr-31dc7cae5fb5bd8c/build_script_build-31dc7cae5fb5bd8c.build_script_build.c8kdo93p-cgu.2.rcgu.o" "/opt/rustwide/target/debug/build/memchr-31dc7cae5fb5bd8c/build_script_build-31dc7cae5fb5bd8c.build_script_build.c8kdo93p-cgu.3.rcgu.o" "/opt/rustwide/target/debug/build/memchr-31dc7cae5fb5bd8c/build_script_build-31dc7cae5fb5bd8c.build_script_build.c8kdo93p-cgu.4.rcgu.o" "/opt/rustwide/target/debug/build/memchr-31dc7cae5fb5bd8c/build_script_build-31dc7cae5fb5bd8c.build_script_build.c8kdo93p-cgu.5.rcgu.o" "/opt/rustwide/target/debug/build/memchr-31dc7cae5fb5bd8c/build_script_build-31dc7cae5fb5bd8c.build_script_build.c8kdo93p-cgu.6.rcgu.o" "/opt/rustwide/target/debug/build/memchr-31dc7cae5fb5bd8c/build_script_build-31dc7cae5fb5bd8c.build_script_build.c8kdo93p-cgu.7.rcgu.o" "/opt/rustwide/target/debug/build/memchr-31dc7cae5fb5bd8c/build_script_build-31dc7cae5fb5bd8c.build_script_build.c8kdo93p-cgu.8.rcgu.o" "/opt/rustwide/target/debug/build/memchr-31dc7cae5fb5bd8c/build_script_build-31dc7cae5fb5bd8c.build_script_build.c8kdo93p-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/build/memchr-31dc7cae5fb5bd8c/build_script_build-31dc7cae5fb5bd8c" "/opt/rustwide/target/debug/build/memchr-31dc7cae5fb5bd8c/build_script_build-31dc7cae5fb5bd8c.3x9lijkes0s7hgkw.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,--start-group" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b6aff3703feff874.rlib" "/opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-812457dcc335cb0e.rlib" "/opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3b70323dc13665e.rlib" "/opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a72ca64738319f23.rlib" "/opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-ae466ecb818a21c7.rlib" "/opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8965f725fa371d94.rlib" "/opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-f5d385bbcf1c0598.rlib" "/opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-14d182d411047066.rlib" "/opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-45730ad7fe9247a8.rlib" "/opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-95ea48ddc44a311b.rlib" "/opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-077a7bdb239ba92c.rlib" "/opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-68f423c59dc48a40.rlib" "/opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-54580c7798bf2225.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-31151f98ccdb185a.rlib" "-Wl,-Bdynamic" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write /opt/rustwide/target/debug/deps/rmetafY1ErA/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetagNooON" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaVUmIZM" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetawr6TYX" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "bd4009c247f0091ad9e59004f0049dd6a8a0d530901ced8026ea925c5f21e75c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd4009c247f0091ad9e59004f0049dd6a8a0d530901ced8026ea925c5f21e75c", kill_on_drop: false }` [INFO] [stdout] bd4009c247f0091ad9e59004f0049dd6a8a0d530901ced8026ea925c5f21e75c