[INFO] cloning repository https://github.com/ast-ral/charybdis [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ast-ral/charybdis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fast-ral%2Fcharybdis", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fast-ral%2Fcharybdis'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8b52219eb73a9c6e277a2c36f2b486e33c8005fd [INFO] testing ast-ral/charybdis against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fast-ral%2Fcharybdis" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ast-ral/charybdis on toolchain 8262275854dc0e5381c9d42d56257d94932c5a87 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ast-ral/charybdis [INFO] finished tweaking git repo https://github.com/ast-ral/charybdis [INFO] tweaked toml for git repo https://github.com/ast-ral/charybdis written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/ast-ral/charybdis already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "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] 5336d0ab27053ef8037def4cee53cd48cb22e4cb8130194d74c5cab9d0c44eb6 [INFO] running `Command { std: "docker" "start" "-a" "5336d0ab27053ef8037def4cee53cd48cb22e4cb8130194d74c5cab9d0c44eb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5336d0ab27053ef8037def4cee53cd48cb22e4cb8130194d74c5cab9d0c44eb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5336d0ab27053ef8037def4cee53cd48cb22e4cb8130194d74c5cab9d0c44eb6", kill_on_drop: false }` [INFO] [stdout] 5336d0ab27053ef8037def4cee53cd48cb22e4cb8130194d74c5cab9d0c44eb6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a7e4a673595ee0d1793b4ea98b8f4bd713244ff4f115301a3980edebe6d194ee [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" "a7e4a673595ee0d1793b4ea98b8f4bd713244ff4f115301a3980edebe6d194ee", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling rayon-core v1.8.0 [INFO] [stderr] Compiling either v1.6.0 [INFO] [stderr] Compiling bytemuck v1.3.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling tiff v0.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling rayon v1.4.0 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling png v0.16.7 [INFO] [stderr] Compiling crossbeam-channel v0.4.3 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling jpeg-decoder v0.1.20 [INFO] [stderr] Compiling image v0.23.8 [INFO] [stderr] Compiling charybdis v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `t` [INFO] [stdout] --> src/coords.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn t(&self) -> &f64 { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `r_mut` [INFO] [stdout] --> src/coords.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn r_mut(&mut self) -> &mut f64 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `phi_mut` [INFO] [stdout] --> src/coords.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn phi_mut(&mut self) -> &mut f64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `interval` [INFO] [stdout] --> src/main.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | fn interval(ray: &Ray) -> f64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.49s [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a7e4a673595ee0d1793b4ea98b8f4bd713244ff4f115301a3980edebe6d194ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7e4a673595ee0d1793b4ea98b8f4bd713244ff4f115301a3980edebe6d194ee", kill_on_drop: false }` [INFO] [stdout] a7e4a673595ee0d1793b4ea98b8f4bd713244ff4f115301a3980edebe6d194ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e27939b0ae81ce1f525beda5a0fb28a6af8f24f6df182d23a0758d11d29ba20e [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" "e27939b0ae81ce1f525beda5a0fb28a6af8f24f6df182d23a0758d11d29ba20e", kill_on_drop: false }` [INFO] [stderr] Compiling charybdis v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `t` [INFO] [stdout] --> src/coords.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn t(&self) -> &f64 { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `r_mut` [INFO] [stdout] --> src/coords.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn r_mut(&mut self) -> &mut f64 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `phi_mut` [INFO] [stdout] --> src/coords.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn phi_mut(&mut self) -> &mut f64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `interval` [INFO] [stdout] --> src/main.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | fn interval(ray: &Ray) -> f64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.16s [INFO] running `Command { std: "docker" "inspect" "e27939b0ae81ce1f525beda5a0fb28a6af8f24f6df182d23a0758d11d29ba20e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e27939b0ae81ce1f525beda5a0fb28a6af8f24f6df182d23a0758d11d29ba20e", kill_on_drop: false }` [INFO] [stdout] e27939b0ae81ce1f525beda5a0fb28a6af8f24f6df182d23a0758d11d29ba20e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "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] 90947b870d341634286d43529c919d650c7726562b365da3baaba9627712a4fc [INFO] running `Command { std: "docker" "start" "-a" "90947b870d341634286d43529c919d650c7726562b365da3baaba9627712a4fc", kill_on_drop: false }` [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] [stderr] warning: associated function is never used: `t` [INFO] [stderr] --> src/coords.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | pub fn t(&self) -> &f64 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `r_mut` [INFO] [stderr] --> src/coords.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | pub fn r_mut(&mut self) -> &mut f64 { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `phi_mut` [INFO] [stderr] --> src/coords.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | pub fn phi_mut(&mut self) -> &mut f64 { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `interval` [INFO] [stderr] --> src/main.rs:252:5 [INFO] [stderr] | [INFO] [stderr] 252 | fn interval(ray: &Ray) -> f64 { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `charybdis` (bin "charybdis" test) generated 4 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/charybdis-54075104f161704a) [INFO] running `Command { std: "docker" "inspect" "90947b870d341634286d43529c919d650c7726562b365da3baaba9627712a4fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90947b870d341634286d43529c919d650c7726562b365da3baaba9627712a4fc", kill_on_drop: false }` [INFO] [stdout] 90947b870d341634286d43529c919d650c7726562b365da3baaba9627712a4fc