[INFO] fetching crate newtype_derive 0.1.6... [INFO] testing newtype_derive-0.1.6 against 1.91.0 for beta-1.92-2 [INFO] extracting crate newtype_derive 0.1.6 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate newtype_derive 0.1.6 [INFO] finished tweaking crates.io crate newtype_derive 0.1.6 [INFO] tweaked toml for crates.io crate newtype_derive 0.1.6 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate newtype_derive 0.1.6 on toolchain 1.91.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] [stderr] Adding rustc_version v0.1.7 (available: v0.4.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6c385c3b3f3aebbb2965113b0c16697b64d9609a54501dd4c4cb7ba73070d6a9 [INFO] running `Command { std: "docker" "start" "-a" "6c385c3b3f3aebbb2965113b0c16697b64d9609a54501dd4c4cb7ba73070d6a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6c385c3b3f3aebbb2965113b0c16697b64d9609a54501dd4c4cb7ba73070d6a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c385c3b3f3aebbb2965113b0c16697b64d9609a54501dd4c4cb7ba73070d6a9", kill_on_drop: false }` [INFO] [stdout] 6c385c3b3f3aebbb2965113b0c16697b64d9609a54501dd4c4cb7ba73070d6a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 48c5a29272fec08c0d46ff8c14d3d70891b3f3e1896f23040f7895e2a8e8ca38 [INFO] running `Command { std: "docker" "start" "-a" "48c5a29272fec08c0d46ff8c14d3d70891b3f3e1896f23040f7895e2a8e8ca38", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling newtype_derive v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:594:7 [INFO] [stdout] | [INFO] [stdout] 594 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:633:7 [INFO] [stdout] | [INFO] [stdout] 633 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:672:7 [INFO] [stdout] | [INFO] [stdout] 672 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:711:7 [INFO] [stdout] | [INFO] [stdout] 711 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:750:7 [INFO] [stdout] | [INFO] [stdout] 750 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:789:7 [INFO] [stdout] | [INFO] [stdout] 789 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:828:7 [INFO] [stdout] | [INFO] [stdout] 828 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:867:7 [INFO] [stdout] | [INFO] [stdout] 867 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:906:7 [INFO] [stdout] | [INFO] [stdout] 906 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:945:7 [INFO] [stdout] | [INFO] [stdout] 945 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "48c5a29272fec08c0d46ff8c14d3d70891b3f3e1896f23040f7895e2a8e8ca38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48c5a29272fec08c0d46ff8c14d3d70891b3f3e1896f23040f7895e2a8e8ca38", kill_on_drop: false }` [INFO] [stdout] 48c5a29272fec08c0d46ff8c14d3d70891b3f3e1896f23040f7895e2a8e8ca38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c76477e6dbacaf5b9cd0330b772f09a4e54f38d25da102e799f927b9e32f763a [INFO] running `Command { std: "docker" "start" "-a" "c76477e6dbacaf5b9cd0330b772f09a4e54f38d25da102e799f927b9e32f763a", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:594:7 [INFO] [stdout] | [INFO] [stdout] 594 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:633:7 [INFO] [stdout] | [INFO] [stdout] 633 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:672:7 [INFO] [stdout] | [INFO] [stdout] 672 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:711:7 [INFO] [stdout] | [INFO] [stdout] 711 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:750:7 [INFO] [stdout] | [INFO] [stdout] 750 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:789:7 [INFO] [stdout] | [INFO] [stdout] 789 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:828:7 [INFO] [stdout] | [INFO] [stdout] 828 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:867:7 [INFO] [stdout] | [INFO] [stdout] 867 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:906:7 [INFO] [stdout] | [INFO] [stdout] 906 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:945:7 [INFO] [stdout] | [INFO] [stdout] 945 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling newtype_derive v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:594:7 [INFO] [stdout] | [INFO] [stdout] 594 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:633:7 [INFO] [stdout] | [INFO] [stdout] 633 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:672:7 [INFO] [stdout] | [INFO] [stdout] 672 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:711:7 [INFO] [stdout] | [INFO] [stdout] 711 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:750:7 [INFO] [stdout] | [INFO] [stdout] 750 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:789:7 [INFO] [stdout] | [INFO] [stdout] 789 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:828:7 [INFO] [stdout] | [INFO] [stdout] 828 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:867:7 [INFO] [stdout] | [INFO] [stdout] 867 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:906:7 [INFO] [stdout] | [INFO] [stdout] 906 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> src/lib.rs:945:7 [INFO] [stdout] | [INFO] [stdout] 945 | #[cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stdout] --> tests/arith_assign.rs:10:8 [INFO] [stdout] | [INFO] [stdout] 10 | #![cfg(op_assign)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.70s [INFO] running `Command { std: "docker" "inspect" "c76477e6dbacaf5b9cd0330b772f09a4e54f38d25da102e799f927b9e32f763a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c76477e6dbacaf5b9cd0330b772f09a4e54f38d25da102e799f927b9e32f763a", kill_on_drop: false }` [INFO] [stdout] c76477e6dbacaf5b9cd0330b772f09a4e54f38d25da102e799f927b9e32f763a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 53837bfa97feffcdb87f2162c75145920ee40cd6a7bcfd2b48d563d0f78a6424 [INFO] running `Command { std: "docker" "start" "-a" "53837bfa97feffcdb87f2162c75145920ee40cd6a7bcfd2b48d563d0f78a6424", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stderr] --> src/lib.rs:594:7 [INFO] [stderr] | [INFO] [stderr] 594 | #[cfg(op_assign)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stderr] --> src/lib.rs:633:7 [INFO] [stderr] | [INFO] [stderr] 633 | #[cfg(op_assign)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stderr] --> src/lib.rs:672:7 [INFO] [stderr] | [INFO] [stderr] 672 | #[cfg(op_assign)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stderr] --> src/lib.rs:711:7 [INFO] [stderr] | [INFO] [stderr] 711 | #[cfg(op_assign)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stderr] --> src/lib.rs:750:7 [INFO] [stderr] | [INFO] [stderr] 750 | #[cfg(op_assign)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stderr] --> src/lib.rs:789:7 [INFO] [stderr] | [INFO] [stderr] 789 | #[cfg(op_assign)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stderr] --> src/lib.rs:828:7 [INFO] [stderr] | [INFO] [stderr] 828 | #[cfg(op_assign)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stderr] --> src/lib.rs:867:7 [INFO] [stderr] | [INFO] [stderr] 867 | #[cfg(op_assign)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stderr] --> src/lib.rs:906:7 [INFO] [stderr] | [INFO] [stderr] 906 | #[cfg(op_assign)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stderr] --> src/lib.rs:945:7 [INFO] [stderr] | [INFO] [stderr] 945 | #[cfg(op_assign)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `newtype_derive` (lib) generated 10 warnings [INFO] [stderr] warning: `newtype_derive` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] warning: unexpected `cfg` condition name: `op_assign` [INFO] [stderr] --> tests/arith_assign.rs:10:8 [INFO] [stderr] | [INFO] [stderr] 10 | #![cfg(op_assign)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(op_assign)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(op_assign)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `newtype_derive` (test "arith_assign") generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/newtype_derive-2d4a3c32c2eefc33) [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 tests/arith.rs (/opt/rustwide/target/debug/deps/arith-61af6afb4b2bacaa) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_arith ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/arith_assign.rs (/opt/rustwide/target/debug/deps/arith_assign-806242ca1e2c9fed) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_arith_assign ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/deref_index.rs (/opt/rustwide/target/debug/deps/deref_index-8e1da501dfbac980) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_deref_index ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/fmt.rs (/opt/rustwide/target/debug/deps/fmt-fe08bfc0a8e802b6) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_fmt ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/issue-5-pub-interior-field.rs (/opt/rustwide/target/debug/deps/issue_5_pub_interior_field-2dfd541f47b5921f) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_pub_interior_fields ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/star_forms.rs (/opt/rustwide/target/debug/deps/star_forms-77ec713bcc7f02be) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/std_unstable.rs (/opt/rustwide/target/debug/deps/std_unstable-8aac372e4fd23cb6) [INFO] [stdout] test test_arith ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 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] Doc-tests newtype_derive [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - (line 138) ... ok [INFO] [stdout] test src/lib.rs - (line 126) ... ok [INFO] [stdout] test src/lib.rs - (line 39) ... ok [INFO] [stdout] test src/lib.rs - (line 18) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "53837bfa97feffcdb87f2162c75145920ee40cd6a7bcfd2b48d563d0f78a6424", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53837bfa97feffcdb87f2162c75145920ee40cd6a7bcfd2b48d563d0f78a6424", kill_on_drop: false }` [INFO] [stdout] 53837bfa97feffcdb87f2162c75145920ee40cd6a7bcfd2b48d563d0f78a6424