[INFO] fetching crate dec 0.4.11...
[INFO] testing dec-0.4.11 against 1.90.0 for beta-1.91-3
[INFO] extracting crate dec 0.4.11 into /workspace/builds/worker-3-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-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate dec 0.4.11 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[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-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ed03d46c54534ba82c223dca6a520a693546fadfa430cf1dfd225262c69438a1
[INFO] running `Command { std: "docker" "start" "-a" "ed03d46c54534ba82c223dca6a520a693546fadfa430cf1dfd225262c69438a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ed03d46c54534ba82c223dca6a520a693546fadfa430cf1dfd225262c69438a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed03d46c54534ba82c223dca6a520a693546fadfa430cf1dfd225262c69438a1", kill_on_drop: false }`
[INFO] [stdout] ed03d46c54534ba82c223dca6a520a693546fadfa430cf1dfd225262c69438a1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6687eddea94a19e97d08de7abee39c76e4f5f31bd64e556aed5806499c864cb5
[INFO] running `Command { std: "docker" "start" "-a" "6687eddea94a19e97d08de7abee39c76e4f5f31bd64e556aed5806499c864cb5", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.19
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 5.50s
[INFO] running `Command { std: "docker" "inspect" "6687eddea94a19e97d08de7abee39c76e4f5f31bd64e556aed5806499c864cb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6687eddea94a19e97d08de7abee39c76e4f5f31bd64e556aed5806499c864cb5", kill_on_drop: false }`
[INFO] [stdout] 6687eddea94a19e97d08de7abee39c76e4f5f31bd64e556aed5806499c864cb5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3af34d895b28a9e7a6ce68e3f29114b6e2aab69d4bcae15b27f97f14fb8395cf
[INFO] running `Command { std: "docker" "start" "-a" "3af34d895b28a9e7a6ce68e3f29114b6e2aab69d4bcae15b27f97f14fb8395cf", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling rand v0.7.3
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling serde_test v1.0.177
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 48.90s
[INFO] running `Command { std: "docker" "inspect" "3af34d895b28a9e7a6ce68e3f29114b6e2aab69d4bcae15b27f97f14fb8395cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3af34d895b28a9e7a6ce68e3f29114b6e2aab69d4bcae15b27f97f14fb8395cf", kill_on_drop: false }`
[INFO] [stdout] 3af34d895b28a9e7a6ce68e3f29114b6e2aab69d4bcae15b27f97f14fb8395cf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] af6d24629a0a3bc212b7c2e105719c4f9123ec20a00b778bc9bb52aae858163c
[INFO] running `Command { std: "docker" "start" "-a" "af6d24629a0a3bc212b7c2e105719c4f9123ec20a00b778bc9bb52aae858163c", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dec-42a4eb8a250fe1b7)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test decimal64::test ... ok
[INFO] [stdout] 
[INFO] [stderr]      Running tests/dec.rs (/opt/rustwide/target/debug/deps/dec-4421ab24f3ea12fa)
[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 47 tests
[INFO] [stdout] test decnum_raw_parts ... ok
[INFO] [stdout] test decnum_round_reduce_to_place ... ok
[INFO] [stdout] test decnum_round_to_place ... ok
[INFO] [stdout] test decnum_raw_parts_bcd ... ok
[INFO] [stdout] test test_agg_wide_narrow_decnum ... ok
[INFO] [stdout] test test_constants_decimal128 ... ok
[INFO] [stdout] test test_cx_into_u128 ... ok
[INFO] [stdout] test test_cx_into_u64 ... ok
[INFO] [stdout] test test_cx_into_i128 ... ok
[INFO] [stdout] test test_decimal128_decomposition ... ok
[INFO] [stdout] test test_cx_into_i64 ... ok
[INFO] [stdout] test test_decimal128_ops ... ok
[INFO] [stdout] test test_constants_decimal64 ... ok
[INFO] [stdout] test test_constants_decimal32 ... ok
[INFO] [stdout] test test_decimal128_rescale ... ok
[INFO] [stdout] test test_decimal128_set_exponent ... ok
[INFO] [stdout] test test_decimal32_decomposition ... ok
[INFO] [stdout] test test_decimal64_ops ... ok
[INFO] [stdout] test test_decimal64_special_value_coefficient ... ok
[INFO] [stdout] test test_decimal64_rescale ... ok
[INFO] [stdout] test test_decimal128_special_value_coefficient ... ok
[INFO] [stdout] test test_decnum_try_from_f32 ... ok
[INFO] [stdout] test test_decimal64_set_exponent ... ok
[INFO] [stdout] test test_decnum_try_from_f64 ... ok
[INFO] [stdout] test test_decimal64_decomposition ... ok
[INFO] [stdout] test test_decnum_tryinto_primitive_f32 ... ok
[INFO] [stdout] test test_decnum_tryinto_primitive_f64 ... ok
[INFO] [stdout] test test_i128_to_decimal ... ok
[INFO] [stdout] test test_i128_to_decimal128 ... ok
[INFO] [stdout] test test_decnum_tryinto_primitive ... ok
[INFO] [stdout] test test_decnum_coefficient ... ok
[INFO] [stdout] test test_i64_to_decimal ... ok
[INFO] [stdout] test test_ordered_decimal ... ok
[INFO] [stdout] test test_i64_to_decimal128 ... ok
[INFO] [stdout] test test_ordered_decimal64 ... ok
[INFO] [stdout] test test_ordered_decimal128 ... ok
[INFO] [stdout] test test_i64_to_decimal64 ... ok
[INFO] [stdout] test test_standard_notation_decimal ... ok
[INFO] [stdout] test test_to_width_decimal ... ok
[INFO] [stdout] test test_overloading ... ok
[INFO] [stdout] test test_u128_to_decimal ... ok
[INFO] [stdout] test test_u64_to_decimal ... 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_u128_to_decimal128 ... ok
[INFO] [stdout] test test_u64_to_decimal64 ... ok
[INFO] [stdout] test test_standard_notation_dec_64 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/decimal.rs - decimal::Context<Decimal<N>>::from_i128 (line 1532) ... ok
[INFO] [stdout] test src/decimal128.rs - decimal128::Context<Decimal128>::rescale (line 1090) ... ok
[INFO] [stdout] test src/decimal64.rs - decimal64::Context<Decimal64>::from_u64 (line 690) ... ok
[INFO] [stdout] test src/decimal128.rs - decimal128::Context<Decimal128>::from_i128 (line 716) ... ok
[INFO] [stdout] test src/decimal128.rs - decimal128::Context<Decimal128>::from_u128 (line 744) ... ok
[INFO] [stdout] test src/decimal64.rs - decimal64::Context<Decimal64>::rescale (line 1053) ... ok
[INFO] [stdout] test src/decimal64.rs - decimal64::Context<Decimal64>::from_i64 (line 662) ... ok
[INFO] [stdout] test src/decimal64.rs - decimal64::Decimal64 (line 47) ... ok
[INFO] [stdout] test src/decimal.rs - decimal::Context<Decimal<N>>::from_u128 (line 1561) ... ok
[INFO] [stdout] test src/decimal128.rs - decimal128::Decimal128 (line 47) ... ok
[INFO] [stdout] test src/lib.rs - (line 76) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.21s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "af6d24629a0a3bc212b7c2e105719c4f9123ec20a00b778bc9bb52aae858163c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af6d24629a0a3bc212b7c2e105719c4f9123ec20a00b778bc9bb52aae858163c", kill_on_drop: false }`
[INFO] [stdout] af6d24629a0a3bc212b7c2e105719c4f9123ec20a00b778bc9bb52aae858163c
