[INFO] cloning repository https://github.com/iFreilicht/iris-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iFreilicht/iris-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FiFreilicht%2Firis-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FiFreilicht%2Firis-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 46235de9504d9579d77230dcec7f31385d169ab7 [INFO] testing iFreilicht/iris-rs against 1.55.0 for beta-1.56-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FiFreilicht%2Firis-rs" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/iFreilicht/iris-rs on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-8/source/rust-toolchain [INFO] started tweaking git repo https://github.com/iFreilicht/iris-rs [INFO] finished tweaking git repo https://github.com/iFreilicht/iris-rs [INFO] tweaked toml for git repo https://github.com/iFreilicht/iris-rs written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/iFreilicht/iris-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /workspace/builds/worker-8/source/iris-hub/Cargo.toml [INFO] [stderr] workspace: /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 08a881d7d8a4471737aeeb670d2cde622c424e8c61328c0458926037c5ebf20c [INFO] running `Command { std: "docker" "start" "-a" "08a881d7d8a4471737aeeb670d2cde622c424e8c61328c0458926037c5ebf20c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "08a881d7d8a4471737aeeb670d2cde622c424e8c61328c0458926037c5ebf20c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08a881d7d8a4471737aeeb670d2cde622c424e8c61328c0458926037c5ebf20c", kill_on_drop: false }` [INFO] [stdout] 08a881d7d8a4471737aeeb670d2cde622c424e8c61328c0458926037c5ebf20c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ae01727bc72a7ce000d45c3ccb9c365271840b0b5f222cdf310711ef23396d8a [INFO] running `Command { std: "docker" "start" "-a" "ae01727bc72a7ce000d45c3ccb9c365271840b0b5f222cdf310711ef23396d8a", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /opt/rustwide/workdir/iris-hub/Cargo.toml [INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling log v0.4.13 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.69 [INFO] [stderr] Compiling fixed v1.5.0 [INFO] [stderr] Compiling paste v1.0.4 [INFO] [stderr] Compiling serde_derive v1.0.121 [INFO] [stderr] Compiling wasm-bindgen v0.2.69 [INFO] [stderr] Compiling serde v1.0.121 [INFO] [stderr] Compiling fixedvec v0.2.4 [INFO] [stderr] Compiling az v1.0.0 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling palette v0.5.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.69 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.69 [INFO] [stderr] Compiling palette_derive v0.5.0 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.69 [INFO] [stderr] Compiling fixed-macro-impl v1.1.1 [INFO] [stderr] Compiling console_error_panic_hook v0.1.6 [INFO] [stderr] Compiling fixed-macro-types v1.1.1 [INFO] [stderr] Compiling fixed-macro v1.1.1 [INFO] [stderr] Compiling iris-lib v0.1.0 (/opt/rustwide/workdir/iris-lib) [INFO] [stderr] Compiling iris-hub v0.1.0 (/opt/rustwide/workdir/iris-hub) [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> iris-hub/src/utils.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.70s [INFO] running `Command { std: "docker" "inspect" "ae01727bc72a7ce000d45c3ccb9c365271840b0b5f222cdf310711ef23396d8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae01727bc72a7ce000d45c3ccb9c365271840b0b5f222cdf310711ef23396d8a", kill_on_drop: false }` [INFO] [stdout] ae01727bc72a7ce000d45c3ccb9c365271840b0b5f222cdf310711ef23396d8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 612783fb3ab9a4c682d7eb4a9ef6f80023293fd79ca87e5607918d463d0030a4 [INFO] running `Command { std: "docker" "start" "-a" "612783fb3ab9a4c682d7eb4a9ef6f80023293fd79ca87e5607918d463d0030a4", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /opt/rustwide/workdir/iris-hub/Cargo.toml [INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.3.19 [INFO] [stderr] Compiling js-sys v0.3.46 [INFO] [stderr] Compiling iris-lib v0.1.0 (/opt/rustwide/workdir/iris-lib) [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> iris-hub/src/utils.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.19 [INFO] [stderr] Compiling wasm-bindgen-test v0.3.19 [INFO] [stderr] Compiling iris-hub v0.1.0 (/opt/rustwide/workdir/iris-hub) [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> iris-hub/src/utils.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.31s [INFO] running `Command { std: "docker" "inspect" "612783fb3ab9a4c682d7eb4a9ef6f80023293fd79ca87e5607918d463d0030a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "612783fb3ab9a4c682d7eb4a9ef6f80023293fd79ca87e5607918d463d0030a4", kill_on_drop: false }` [INFO] [stdout] 612783fb3ab9a4c682d7eb4a9ef6f80023293fd79ca87e5607918d463d0030a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9cf90909f7c3e6e10de366f74e1c0eca7e345a3dcf6445a167cd7df83db6cfa0 [INFO] running `Command { std: "docker" "start" "-a" "9cf90909f7c3e6e10de366f74e1c0eca7e345a3dcf6445a167cd7df83db6cfa0", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /opt/rustwide/workdir/iris-hub/Cargo.toml [INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> iris-hub/src/utils.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `iris-hub` (lib) generated 1 warning [INFO] [stderr] warning: `iris-hub` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/iris_hub-34aa9e7105d10f98) [INFO] [stdout] [INFO] [stderr] Running tests/web.rs (/opt/rustwide/target/debug/deps/web-5a17110ba9e6ad69) [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/iris_lib-8f896e7fa4f5d258) [INFO] [stdout] [INFO] [stderr] Doc-tests iris-hub [INFO] [stdout] running 2 tests [INFO] [stdout] test color::test::test_interpolate ... ok [INFO] [stdout] test cue::test::create_defaults ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/iris.rs - iris::to_hex (line 81) ... ok [INFO] [stdout] test src/iris.rs - iris::from_hex (line 98) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.77s [INFO] [stdout] [INFO] [stderr] Doc-tests iris-lib [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/color.rs - color::interpolate (line 53) ... ok [INFO] [stdout] test src/cue.rs - cue::Cue::progress (line 176) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/cue.rs - cue::Cue::progress (line 176) stdout ---- [INFO] [stdout] error: expected `;`, found keyword `let` [INFO] [stdout] --> src/cue.rs:181:26 [INFO] [stdout] | [INFO] [stdout] 8 | use core::num::NonZeroU16 [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 9 | [INFO] [stdout] 10 | let mut cue = Cue { [INFO] [stdout] | --- unexpected token [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/cue.rs:186:19 [INFO] [stdout] | [INFO] [stdout] 13 | time_divisor: 12, [INFO] [stdout] | ^^ expected struct `NonZeroU8`, found integer [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/cue.rs:198:20 [INFO] [stdout] | [INFO] [stdout] 25 | cue.time_divisor = 6; [INFO] [stdout] | ^ expected struct `NonZeroU8`, found integer [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/cue.rs - cue::Cue::progress (line 176) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "9cf90909f7c3e6e10de366f74e1c0eca7e345a3dcf6445a167cd7df83db6cfa0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cf90909f7c3e6e10de366f74e1c0eca7e345a3dcf6445a167cd7df83db6cfa0", kill_on_drop: false }` [INFO] [stdout] 9cf90909f7c3e6e10de366f74e1c0eca7e345a3dcf6445a167cd7df83db6cfa0