[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 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f30c3cb52260110c065cf692850d7fd36f0c808abc35405ccad1968e75900462 [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" "f30c3cb52260110c065cf692850d7fd36f0c808abc35405ccad1968e75900462", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f30c3cb52260110c065cf692850d7fd36f0c808abc35405ccad1968e75900462", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f30c3cb52260110c065cf692850d7fd36f0c808abc35405ccad1968e75900462", kill_on_drop: false }` [INFO] [stdout] f30c3cb52260110c065cf692850d7fd36f0c808abc35405ccad1968e75900462 [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" "+1.60.0" "build" "--frozen" "--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] 1f1f3a0b31e150dc5d69fd3378c6279c6c5550ce4eb3c726de516ab664bd0649 [INFO] running `Command { std: "docker" "start" "-a" "1f1f3a0b31e150dc5d69fd3378c6279c6c5550ce4eb3c726de516ab664bd0649", 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.53s [INFO] running `Command { std: "docker" "inspect" "1f1f3a0b31e150dc5d69fd3378c6279c6c5550ce4eb3c726de516ab664bd0649", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f1f3a0b31e150dc5d69fd3378c6279c6c5550ce4eb3c726de516ab664bd0649", kill_on_drop: false }` [INFO] [stdout] 1f1f3a0b31e150dc5d69fd3378c6279c6c5550ce4eb3c726de516ab664bd0649 [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" "+1.60.0" "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] 20ee341e2ef034d158c4b260ac9ccfced3e40ca90a753eee8e75a90ff10334fc [INFO] running `Command { std: "docker" "start" "-a" "20ee341e2ef034d158c4b260ac9ccfced3e40ca90a753eee8e75a90ff10334fc", 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] [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] [stderr] Compiling psci v0.1.0 (/opt/rustwide/workdir) [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 0.90s [INFO] running `Command { std: "docker" "inspect" "20ee341e2ef034d158c4b260ac9ccfced3e40ca90a753eee8e75a90ff10334fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20ee341e2ef034d158c4b260ac9ccfced3e40ca90a753eee8e75a90ff10334fc", kill_on_drop: false }` [INFO] [stdout] 20ee341e2ef034d158c4b260ac9ccfced3e40ca90a753eee8e75a90ff10334fc [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" "+1.60.0" "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] df249d88e1f93692a631628812114b8ef384930fbf79ef5e199fa80cfd759755 [INFO] running `Command { std: "docker" "start" "-a" "df249d88e1f93692a631628812114b8ef384930fbf79ef5e199fa80cfd759755", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `function` [INFO] [stdout] [INFO] [stderr] --> src/smccc.rs:36:10 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 36 | fn hvc32(function: u32, args: [u32; 7]) -> [u32; 8] { [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_function` [INFO] [stdout] [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 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/psci-37172465b60b928f) [INFO] [stderr] Doc-tests psci [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" "df249d88e1f93692a631628812114b8ef384930fbf79ef5e199fa80cfd759755", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df249d88e1f93692a631628812114b8ef384930fbf79ef5e199fa80cfd759755", kill_on_drop: false }` [INFO] [stdout] df249d88e1f93692a631628812114b8ef384930fbf79ef5e199fa80cfd759755