[INFO] fetching crate phosphorus 0.0.24... [INFO] testing phosphorus-0.0.24 against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] extracting crate phosphorus 0.0.24 into /workspace/builds/worker-107/source [INFO] validating manifest of crates.io crate phosphorus 0.0.24 on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate phosphorus 0.0.24 [INFO] finished tweaking crates.io crate phosphorus 0.0.24 [INFO] tweaked toml for crates.io crate phosphorus 0.0.24 written to /workspace/builds/worker-107/source/Cargo.toml [INFO] crate crates.io crate phosphorus 0.0.24 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", 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] Downloading crates ... [INFO] [stderr] Downloaded magnesium v1.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c269db6e5e74a6cc232afd6077381c9bc2c19a3926448c5e3e425ce4a9d9e94a [INFO] running `Command { std: "docker" "start" "-a" "c269db6e5e74a6cc232afd6077381c9bc2c19a3926448c5e3e425ce4a9d9e94a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c269db6e5e74a6cc232afd6077381c9bc2c19a3926448c5e3e425ce4a9d9e94a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c269db6e5e74a6cc232afd6077381c9bc2c19a3926448c5e3e425ce4a9d9e94a", kill_on_drop: false }` [INFO] [stdout] c269db6e5e74a6cc232afd6077381c9bc2c19a3926448c5e3e425ce4a9d9e94a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3338829c48f0fb99dbb6532f178208ba6f8fa004704f535ec01ab7b7d3bf830 [INFO] running `Command { std: "docker" "start" "-a" "a3338829c48f0fb99dbb6532f178208ba6f8fa004704f535ec01ab7b7d3bf830", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling magnesium v1.0.0 [INFO] [stderr] Compiling phosphorus v0.0.24 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/bin/phosphorus.rs:25:46 [INFO] [stdout] | [INFO] [stdout] 25 | _ => panic!("illegal api name, pick from {{gl,gles1,gles2,glsc2}}"), [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 25 | _ => panic!("{}", "illegal api name, pick from {{gl,gles1,gles2,glsc2}}"), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/bin/phosphorus.rs:32:50 [INFO] [stdout] | [INFO] [stdout] 32 | _ => panic!("illegal profile name, pick from {{core,compatibility}}"), [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 32 | _ => panic!("{}", "illegal profile name, pick from {{core,compatibility}}"), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.66s [INFO] running `Command { std: "docker" "inspect" "a3338829c48f0fb99dbb6532f178208ba6f8fa004704f535ec01ab7b7d3bf830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3338829c48f0fb99dbb6532f178208ba6f8fa004704f535ec01ab7b7d3bf830", kill_on_drop: false }` [INFO] [stdout] a3338829c48f0fb99dbb6532f178208ba6f8fa004704f535ec01ab7b7d3bf830 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 89c528308b2a955eff1a4fcd582665c366ecf8043f8440a0d3c1fa46194bdc86 [INFO] running `Command { std: "docker" "start" "-a" "89c528308b2a955eff1a4fcd582665c366ecf8043f8440a0d3c1fa46194bdc86", kill_on_drop: false }` [INFO] [stderr] Compiling phosphorus v0.0.24 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/bin/phosphorus.rs:25:46 [INFO] [stdout] | [INFO] [stdout] 25 | _ => panic!("illegal api name, pick from {{gl,gles1,gles2,glsc2}}"), [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 25 | _ => panic!("{}", "illegal api name, pick from {{gl,gles1,gles2,glsc2}}"), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/bin/phosphorus.rs:32:50 [INFO] [stdout] | [INFO] [stdout] 32 | _ => panic!("illegal profile name, pick from {{core,compatibility}}"), [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 32 | _ => panic!("{}", "illegal profile name, pick from {{core,compatibility}}"), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.00s [INFO] running `Command { std: "docker" "inspect" "89c528308b2a955eff1a4fcd582665c366ecf8043f8440a0d3c1fa46194bdc86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89c528308b2a955eff1a4fcd582665c366ecf8043f8440a0d3c1fa46194bdc86", kill_on_drop: false }` [INFO] [stdout] 89c528308b2a955eff1a4fcd582665c366ecf8043f8440a0d3c1fa46194bdc86 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f43973c7e8fc40b229be588a0d62b8cecd34891244c96e7846709a70b0a9a812 [INFO] running `Command { std: "docker" "start" "-a" "f43973c7e8fc40b229be588a0d62b8cecd34891244c96e7846709a70b0a9a812", kill_on_drop: false }` [INFO] [stderr] warning: panic message contains braces [INFO] [stderr] --> src/bin/phosphorus.rs:25:46 [INFO] [stderr] | [INFO] [stderr] 25 | _ => panic!("illegal api name, pick from {{gl,gles1,gles2,glsc2}}"), [INFO] [stderr] | ^^ ^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stderr] help: add a "{}" format string to use the message literally [INFO] [stderr] | [INFO] [stderr] 25 | _ => panic!("{}", "illegal api name, pick from {{gl,gles1,gles2,glsc2}}"), [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message contains braces [INFO] [stderr] --> src/bin/phosphorus.rs:32:50 [INFO] [stderr] | [INFO] [stderr] 32 | _ => panic!("illegal profile name, pick from {{core,compatibility}}"), [INFO] [stderr] | ^^ ^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stderr] help: add a "{}" format string to use the message literally [INFO] [stderr] | [INFO] [stderr] 32 | _ => panic!("{}", "illegal profile name, pick from {{core,compatibility}}"), [INFO] [stderr] | +++++ [INFO] [stderr] [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] [stderr] warning: `phosphorus` (bin "phosphorus" test) generated 2 warnings [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/phosphorus-fd98b82029130e25) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/phosphorus-e9674055b5d5081e) [INFO] [stdout] [INFO] [stderr] Doc-tests phosphorus [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 2 tests [INFO] [stdout] test src/lib.rs - (line 6) - compile ... ok [INFO] [stdout] test src/lib.rs - GlApiSelection (line 149) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.27s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f43973c7e8fc40b229be588a0d62b8cecd34891244c96e7846709a70b0a9a812", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f43973c7e8fc40b229be588a0d62b8cecd34891244c96e7846709a70b0a9a812", kill_on_drop: false }` [INFO] [stdout] f43973c7e8fc40b229be588a0d62b8cecd34891244c96e7846709a70b0a9a812