[INFO] cloning repository https://github.com/wojciechkepka/rsys [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wojciechkepka/rsys" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwojciechkepka%2Frsys", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwojciechkepka%2Frsys'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e45e0c815d3c95b16aafa7abb70f13c23879da65 [INFO] building wojciechkepka/rsys against try#334963c956d25708feab489a3816ae63f639355d for pr-135216 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwojciechkepka%2Frsys" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wojciechkepka/rsys on toolchain 334963c956d25708feab489a3816ae63f639355d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wojciechkepka/rsys [INFO] finished tweaking git repo https://github.com/wojciechkepka/rsys [INFO] tweaked toml for git repo https://github.com/wojciechkepka/rsys written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/wojciechkepka/rsys 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b36b9f9754d76e8414702c62d52e9253c09f847b6ec6b5355ce0c225f08de117 [INFO] running `Command { std: "docker" "start" "-a" "b36b9f9754d76e8414702c62d52e9253c09f847b6ec6b5355ce0c225f08de117", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b36b9f9754d76e8414702c62d52e9253c09f847b6ec6b5355ce0c225f08de117", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b36b9f9754d76e8414702c62d52e9253c09f847b6ec6b5355ce0c225f08de117", kill_on_drop: false }` [INFO] [stdout] b36b9f9754d76e8414702c62d52e9253c09f847b6ec6b5355ce0c225f08de117 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eb7187bb11de38c31a44f7d0e190640b26e0fbe06226611a07535cf74de843a6 [INFO] running `Command { std: "docker" "start" "-a" "eb7187bb11de38c31a44f7d0e190640b26e0fbe06226611a07535cf74de843a6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.67 [INFO] [stderr] Compiling libc v0.2.92 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling sysctl v0.4.2 [INFO] [stderr] Compiling rsys v0.5.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: methods `memory_shared`, `memory_buffered`, `memory_high_total`, and `memory_high_free` are never used [INFO] [stdout] --> src/os/linux/os_impl_ext.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub trait OsImplExt { [INFO] [stdout] | --------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 11 | fn memory_shared(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 14 | fn memory_buffered(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 17 | fn memory_high_total(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 20 | fn memory_high_free(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.29s [INFO] running `Command { std: "docker" "inspect" "eb7187bb11de38c31a44f7d0e190640b26e0fbe06226611a07535cf74de843a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb7187bb11de38c31a44f7d0e190640b26e0fbe06226611a07535cf74de843a6", kill_on_drop: false }` [INFO] [stdout] eb7187bb11de38c31a44f7d0e190640b26e0fbe06226611a07535cf74de843a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d62ca2fb99c1856ce1411ec101c1d745c0b3dbe4d678988b6a3686e10024e0a3 [INFO] running `Command { std: "docker" "start" "-a" "d62ca2fb99c1856ce1411ec101c1d745c0b3dbe4d678988b6a3686e10024e0a3", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stdout] warning: methods `memory_shared`, `memory_buffered`, `memory_high_total`, and `memory_high_free` are never used [INFO] [stdout] --> src/os/linux/os_impl_ext.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub trait OsImplExt { [INFO] [stdout] | --------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 11 | fn memory_shared(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 14 | fn memory_buffered(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 17 | fn memory_high_total(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 20 | fn memory_high_free(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling rsys v0.5.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: methods `memory_shared`, `memory_buffered`, `memory_high_total`, and `memory_high_free` are never used [INFO] [stdout] --> src/os/linux/os_impl_ext.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub trait OsImplExt { [INFO] [stdout] | --------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 11 | fn memory_shared(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 14 | fn memory_buffered(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 17 | fn memory_high_total(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 20 | fn memory_high_free(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `rsys` (lib test); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/bin/rustc --crate-name rsys --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serialize"))' -C metadata=043846389c8c563c -C extra-filename=-551acffeb5c05816 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-33ef6c02a07f9fec.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-628ee43c0254a0a2.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-8460e5e2a6fa2cb0.rlib --extern sysctl=/opt/rustwide/target/debug/deps/libsysctl-cf891f008882d38a.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-2c8b9c9901306604.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-98d4a80ccbc77a3e.rlib --cap-lints=forbid` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "d62ca2fb99c1856ce1411ec101c1d745c0b3dbe4d678988b6a3686e10024e0a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d62ca2fb99c1856ce1411ec101c1d745c0b3dbe4d678988b6a3686e10024e0a3", kill_on_drop: false }` [INFO] [stdout] d62ca2fb99c1856ce1411ec101c1d745c0b3dbe4d678988b6a3686e10024e0a3