[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#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fast-ral%2Fcharybdis" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ast-ral/charybdis on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "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-0/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" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded image v0.23.8 [INFO] [stderr] Downloaded bytemuck v1.3.1 [INFO] [stderr] Downloaded tiff v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 81a1e461f42f06e5c62f1e96e4a6bda792b4d8db9cc23f84b439568130f77bc9 [INFO] running `Command { std: "docker" "start" "-a" "81a1e461f42f06e5c62f1e96e4a6bda792b4d8db9cc23f84b439568130f77bc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81a1e461f42f06e5c62f1e96e4a6bda792b4d8db9cc23f84b439568130f77bc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81a1e461f42f06e5c62f1e96e4a6bda792b4d8db9cc23f84b439568130f77bc9", kill_on_drop: false }` [INFO] [stdout] 81a1e461f42f06e5c62f1e96e4a6bda792b4d8db9cc23f84b439568130f77bc9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8409f65a3ff79b14342d48987750828c61c642e61b30e8be2fb6fa0b4fceb468 [INFO] running `Command { std: "docker" "start" "-a" "8409f65a3ff79b14342d48987750828c61c642e61b30e8be2fb6fa0b4fceb468", kill_on_drop: false }` [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.8.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling either v1.6.0 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling bytemuck v1.3.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [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-iter v0.1.41 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling gif v0.10.3 [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-channel v0.4.3 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling png v0.16.7 [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 27.45s [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8409f65a3ff79b14342d48987750828c61c642e61b30e8be2fb6fa0b4fceb468", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8409f65a3ff79b14342d48987750828c61c642e61b30e8be2fb6fa0b4fceb468", kill_on_drop: false }` [INFO] [stdout] 8409f65a3ff79b14342d48987750828c61c642e61b30e8be2fb6fa0b4fceb468 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a2fbf2ea28134ce6ecc36e87c3736bb7c8ba201666c53d27fb4d52713e335f2e [INFO] running `Command { std: "docker" "start" "-a" "a2fbf2ea28134ce6ecc36e87c3736bb7c8ba201666c53d27fb4d52713e335f2e", 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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.78s [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a2fbf2ea28134ce6ecc36e87c3736bb7c8ba201666c53d27fb4d52713e335f2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2fbf2ea28134ce6ecc36e87c3736bb7c8ba201666c53d27fb4d52713e335f2e", kill_on_drop: false }` [INFO] [stdout] a2fbf2ea28134ce6ecc36e87c3736bb7c8ba201666c53d27fb4d52713e335f2e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 477e99c1327be9b99957660e83eb70ad9acd0388ac2fbe0a04816eea33457270 [INFO] running `Command { std: "docker" "start" "-a" "477e99c1327be9b99957660e83eb70ad9acd0388ac2fbe0a04816eea33457270", kill_on_drop: false }` [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: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/charybdis-512135d75376fc81) [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" "477e99c1327be9b99957660e83eb70ad9acd0388ac2fbe0a04816eea33457270", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "477e99c1327be9b99957660e83eb70ad9acd0388ac2fbe0a04816eea33457270", kill_on_drop: false }` [INFO] [stdout] 477e99c1327be9b99957660e83eb70ad9acd0388ac2fbe0a04816eea33457270