[INFO] fetching crate dec 0.4.11... [INFO] testing dec-0.4.11 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate dec 0.4.11 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate dec 0.4.11 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate dec 0.4.11 [INFO] tweaked toml for crates.io crate dec 0.4.11 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate dec 0.4.11 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate dec 0.4.11 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded decnumber-sys v0.1.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 994fa440a74f9f96ef43a6ec93183f57726ea5fd65031c3c3b0a5941f6103cbd [INFO] running `Command { std: "docker" "start" "-a" "994fa440a74f9f96ef43a6ec93183f57726ea5fd65031c3c3b0a5941f6103cbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "994fa440a74f9f96ef43a6ec93183f57726ea5fd65031c3c3b0a5941f6103cbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "994fa440a74f9f96ef43a6ec93183f57726ea5fd65031c3c3b0a5941f6103cbd", kill_on_drop: false }` [INFO] [stdout] 994fa440a74f9f96ef43a6ec93183f57726ea5fd65031c3c3b0a5941f6103cbd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid" "-e" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d0352e6b5ce33dc42b67d1b1935d1a82c2e03e7e52f1a8ba4be84888c892298e [INFO] running `Command { std: "docker" "start" "-a" "d0352e6b5ce33dc42b67d1b1935d1a82c2e03e7e52f1a8ba4be84888c892298e", kill_on_drop: false }` [INFO] [stderr] Compiling decnumber-sys v0.1.6 [INFO] [stderr] Compiling dec v0.4.11 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `tests` [INFO] [stdout] --> src/lib.rs:106:7 [INFO] [stdout] | [INFO] [stdout] 106 | #[cfg(tests)] [INFO] [stdout] | ^^^^^ help: there is a config with a similar name: `test` [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(tests)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` 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 `dev` profile [unoptimized + debuginfo] target(s) in 3.82s [INFO] running `Command { std: "docker" "inspect" "d0352e6b5ce33dc42b67d1b1935d1a82c2e03e7e52f1a8ba4be84888c892298e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0352e6b5ce33dc42b67d1b1935d1a82c2e03e7e52f1a8ba4be84888c892298e", kill_on_drop: false }` [INFO] [stdout] d0352e6b5ce33dc42b67d1b1935d1a82c2e03e7e52f1a8ba4be84888c892298e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid" "-e" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 722f7ec420bdc65adf00dd9f9890a094bbe0bd3fb2e4ba73c36869bd324073ca [INFO] running `Command { std: "docker" "start" "-a" "722f7ec420bdc65adf00dd9f9890a094bbe0bd3fb2e4ba73c36869bd324073ca", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling serde_test v1.0.177 [INFO] [stdout] warning: unexpected `cfg` condition name: `tests` [INFO] [stdout] --> src/lib.rs:106:7 [INFO] [stdout] | [INFO] [stdout] 106 | #[cfg(tests)] [INFO] [stdout] | ^^^^^ help: there is a config with a similar name: `test` [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(tests)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` 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] Compiling rayon v1.10.0 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling dec v0.4.11 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `tests` [INFO] [stdout] --> src/lib.rs:106:7 [INFO] [stdout] | [INFO] [stdout] 106 | #[cfg(tests)] [INFO] [stdout] | ^^^^^ help: there is a config with a similar name: `test` [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(tests)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` 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 21.40s [INFO] running `Command { std: "docker" "inspect" "722f7ec420bdc65adf00dd9f9890a094bbe0bd3fb2e4ba73c36869bd324073ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "722f7ec420bdc65adf00dd9f9890a094bbe0bd3fb2e4ba73c36869bd324073ca", kill_on_drop: false }` [INFO] [stdout] 722f7ec420bdc65adf00dd9f9890a094bbe0bd3fb2e4ba73c36869bd324073ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid" "-e" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 86e6919534f7088610d29649a23368cdb6e3e0df4181d414a50b0b06b65fb11c [INFO] running `Command { std: "docker" "start" "-a" "86e6919534f7088610d29649a23368cdb6e3e0df4181d414a50b0b06b65fb11c", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `tests` [INFO] [stderr] --> src/lib.rs:106:7 [INFO] [stderr] | [INFO] [stderr] 106 | #[cfg(tests)] [INFO] [stderr] | ^^^^^ help: there is a config with a similar name: `test` [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(tests)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` 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: `dec` (lib) generated 1 warning [INFO] [stderr] warning: `dec` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dec-b5b74860a03ee5b6) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test decimal64::test ... 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/dec.rs (/opt/rustwide/target/debug/deps/dec-3caee7c0bdbf621c) [INFO] [stdout] [INFO] [stdout] running 47 tests [INFO] [stdout] test decnum_round_reduce_to_place ... ok [INFO] [stdout] test decnum_round_to_place ... ok [INFO] [stdout] test decnum_raw_parts ... ok [INFO] [stdout] test test_constants_decimal32 ... ok [INFO] [stdout] test test_constants_decimal64 ... ok [INFO] [stdout] test test_agg_wide_narrow_decnum ... ok [INFO] [stdout] test test_cx_into_i128 ... ok [INFO] [stdout] test test_constants_decimal128 ... ok [INFO] [stdout] test test_cx_into_i64 ... ok [INFO] [stdout] test test_cx_into_u128 ... ok [INFO] [stdout] test test_cx_into_u64 ... ok [INFO] [stdout] test decnum_raw_parts_bcd ... ok [INFO] [stdout] test test_decimal128_decomposition ... ok [INFO] [stdout] test test_decimal128_rescale ... ok [INFO] [stdout] test test_decimal128_ops ... ok [INFO] [stdout] test test_decimal128_set_exponent ... ok [INFO] [stdout] test test_decimal128_special_value_coefficient ... ok [INFO] [stdout] test test_decimal32_decomposition ... ok [INFO] [stdout] test test_decimal64_ops ... ok [INFO] [stdout] test test_decimal64_decomposition ... ok [INFO] [stdout] test test_decimal64_set_exponent ... ok [INFO] [stdout] test test_decnum_try_from_f64 ... ok [INFO] [stdout] test test_decnum_tryinto_primitive ... ok [INFO] [stdout] test test_decnum_tryinto_primitive_f32 ... ok [INFO] [stdout] test test_i128_to_decimal128 ... ok [INFO] [stdout] test test_i64_to_decimal ... ok [INFO] [stdout] test test_i64_to_decimal128 ... ok [INFO] [stdout] test test_ordered_decimal ... ok [INFO] [stdout] test test_i64_to_decimal64 ... ok [INFO] [stdout] test test_ordered_decimal128 ... ok [INFO] [stdout] test test_ordered_decimal64 ... ok [INFO] [stdout] test test_i128_to_decimal ... ok [INFO] [stdout] test test_overloading ... ok [INFO] [stdout] test test_decimal64_special_value_coefficient ... ok [INFO] [stdout] test test_decnum_coefficient ... ok [INFO] [stdout] test test_decnum_try_from_f32 ... ok [INFO] [stdout] test test_decnum_tryinto_primitive_f64 ... ok [INFO] [stdout] test test_decimal64_rescale ... ok [INFO] [stderr] Doc-tests dec [INFO] [stdout] test test_standard_notation_dec_128 ... ok [INFO] [stdout] test test_u64_to_decimal128 ... ok [INFO] [stdout] test test_u64_to_decimal64 ... ok [INFO] [stdout] test test_to_width_decimal ... ok [INFO] [stdout] test test_standard_notation_dec_64 ... ok [INFO] [stdout] test test_standard_notation_decimal ... ok [INFO] [stdout] test test_u128_to_decimal ... ok [INFO] [stdout] test test_u128_to_decimal128 ... ok [INFO] [stdout] test test_u64_to_decimal ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test src/decimal128.rs - decimal128::Context::rescale (line 1090) ... ok [INFO] [stdout] test src/decimal64.rs - decimal64::Context::from_i64 (line 662) ... ok [INFO] [stdout] test src/decimal128.rs - decimal128::Context::from_u128 (line 744) ... ok [INFO] [stdout] test src/decimal.rs - decimal::Context>::from_u128 (line 1561) ... ok [INFO] [stdout] test src/decimal64.rs - decimal64::Context::from_u64 (line 690) ... ok [INFO] [stdout] test src/decimal64.rs - decimal64::Context::rescale (line 1053) ... ok [INFO] [stdout] test src/decimal128.rs - decimal128::Decimal128 (line 47) ... ok [INFO] [stdout] test src/decimal64.rs - decimal64::Decimal64 (line 47) ... ok [INFO] [stdout] test src/lib.rs - (line 76) ... ok [INFO] [stdout] test src/decimal.rs - decimal::Context>::from_i128 (line 1532) ... ok [INFO] [stdout] test src/decimal128.rs - decimal128::Context::from_i128 (line 716) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.98s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "86e6919534f7088610d29649a23368cdb6e3e0df4181d414a50b0b06b65fb11c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86e6919534f7088610d29649a23368cdb6e3e0df4181d414a50b0b06b65fb11c", kill_on_drop: false }` [INFO] [stdout] 86e6919534f7088610d29649a23368cdb6e3e0df4181d414a50b0b06b65fb11c