[INFO] cloning repository https://github.com/google/psci [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/google/psci" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoogle%2Fpsci", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoogle%2Fpsci'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6880b28480cbff8ea0cd9ecd24c4d05a3aed4ac7 [INFO] testing google/psci against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoogle%2Fpsci" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/google/psci on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-9/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/google/psci [INFO] finished tweaking git repo https://github.com/google/psci [INFO] tweaked toml for git repo https://github.com/google/psci written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/google/psci already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 68488bf0f23796cce5784455bba9142dda3ab614024582059d61e1e137e427a9 [INFO] running `Command { std: "docker" "start" "-a" "68488bf0f23796cce5784455bba9142dda3ab614024582059d61e1e137e427a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "68488bf0f23796cce5784455bba9142dda3ab614024582059d61e1e137e427a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68488bf0f23796cce5784455bba9142dda3ab614024582059d61e1e137e427a9", kill_on_drop: false }` [INFO] [stdout] 68488bf0f23796cce5784455bba9142dda3ab614024582059d61e1e137e427a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f2febcc1d688fcefbb7353633aa607776f039e8ccaec36a98b08428296a3c2af [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" "f2febcc1d688fcefbb7353633aa607776f039e8ccaec36a98b08428296a3c2af", kill_on_drop: false }` [INFO] [stderr] Compiling psci v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `function` [INFO] [stdout] --> src/smccc.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | fn hvc32(function: u32, args: [u32; 7]) -> [u32; 8] { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_function` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/smccc.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | fn hvc32(function: u32, args: [u32; 7]) -> [u32; 8] { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `function` [INFO] [stdout] --> src/smccc.rs:92:14 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn hvc64(function: u32, args: [u64; 17]) -> [u64; 18] { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_function` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/smccc.rs:92:29 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn hvc64(function: u32, args: [u64; 17]) -> [u64; 18] { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.36s [INFO] running `Command { std: "docker" "inspect" "f2febcc1d688fcefbb7353633aa607776f039e8ccaec36a98b08428296a3c2af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2febcc1d688fcefbb7353633aa607776f039e8ccaec36a98b08428296a3c2af", kill_on_drop: false }` [INFO] [stdout] f2febcc1d688fcefbb7353633aa607776f039e8ccaec36a98b08428296a3c2af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3f1e93b3b3019a3c25ac1463cd8be5643d3dfa8c80c97f60f3a6ee7aa8b2a28a [INFO] running `Command { std: "docker" "start" "-a" "3f1e93b3b3019a3c25ac1463cd8be5643d3dfa8c80c97f60f3a6ee7aa8b2a28a", kill_on_drop: false }` [INFO] [stdout] warning: unused variable: `function` [INFO] [stdout] --> src/smccc.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | fn hvc32(function: u32, args: [u32; 7]) -> [u32; 8] { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_function` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling psci v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/smccc.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | fn hvc32(function: u32, args: [u32; 7]) -> [u32; 8] { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `function` [INFO] [stdout] --> src/smccc.rs:92:14 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn hvc64(function: u32, args: [u64; 17]) -> [u64; 18] { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_function` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/smccc.rs:92:29 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn hvc64(function: u32, args: [u64; 17]) -> [u64; 18] { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `function` [INFO] [stdout] --> src/smccc.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | fn hvc32(function: u32, args: [u32; 7]) -> [u32; 8] { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_function` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/smccc.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | fn hvc32(function: u32, args: [u32; 7]) -> [u32; 8] { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `function` [INFO] [stdout] --> src/smccc.rs:92:14 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn hvc64(function: u32, args: [u64; 17]) -> [u64; 18] { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_function` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/smccc.rs:92:29 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn hvc64(function: u32, args: [u64; 17]) -> [u64; 18] { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.02s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/psci-d3f81de3da10e466) [INFO] running `Command { std: "docker" "inspect" "3f1e93b3b3019a3c25ac1463cd8be5643d3dfa8c80c97f60f3a6ee7aa8b2a28a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f1e93b3b3019a3c25ac1463cd8be5643d3dfa8c80c97f60f3a6ee7aa8b2a28a", kill_on_drop: false }` [INFO] [stdout] 3f1e93b3b3019a3c25ac1463cd8be5643d3dfa8c80c97f60f3a6ee7aa8b2a28a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9712bb024d3a16f8086c627e6d762508826741b0b364670d66224c9dff36a963 [INFO] running `Command { std: "docker" "start" "-a" "9712bb024d3a16f8086c627e6d762508826741b0b364670d66224c9dff36a963", 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] [stderr] warning: unused variable: `function` [INFO] [stderr] --> src/smccc.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | fn hvc32(function: u32, args: [u32; 7]) -> [u32; 8] { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_function` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/smccc.rs:36:25 [INFO] [stderr] | [INFO] [stderr] 36 | fn hvc32(function: u32, args: [u32; 7]) -> [u32; 8] { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `function` [INFO] [stderr] --> src/smccc.rs:92:14 [INFO] [stderr] | [INFO] [stderr] 92 | pub fn hvc64(function: u32, args: [u64; 17]) -> [u64; 18] { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_function` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/smccc.rs:92:29 [INFO] [stderr] | [INFO] [stderr] 92 | pub fn hvc64(function: u32, args: [u64; 17]) -> [u64; 18] { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stderr] [INFO] [stderr] warning: `psci` (lib) generated 4 warnings [INFO] [stderr] warning: `psci` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/psci-d3f81de3da10e466) [INFO] [stdout] [INFO] [stderr] Doc-tests psci [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9712bb024d3a16f8086c627e6d762508826741b0b364670d66224c9dff36a963", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9712bb024d3a16f8086c627e6d762508826741b0b364670d66224c9dff36a963", kill_on_drop: false }` [INFO] [stdout] 9712bb024d3a16f8086c627e6d762508826741b0b364670d66224c9dff36a963