[INFO] fetching crate dec 0.4.11... [INFO] testing dec-0.4.11 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate dec 0.4.11 into /workspace/builds/worker-4-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-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate dec 0.4.11 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9acd04e3d992596caf5e66dbd110448c651c658b220451e2f199dca2af1e12a1 [INFO] running `Command { std: "docker" "start" "-a" "9acd04e3d992596caf5e66dbd110448c651c658b220451e2f199dca2af1e12a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9acd04e3d992596caf5e66dbd110448c651c658b220451e2f199dca2af1e12a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9acd04e3d992596caf5e66dbd110448c651c658b220451e2f199dca2af1e12a1", kill_on_drop: false }` [INFO] [stdout] 9acd04e3d992596caf5e66dbd110448c651c658b220451e2f199dca2af1e12a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] d92e7c92594d1d805dccd361b8d990ef4c08463e7855d4db2ba67da315b6a4f4 [INFO] running `Command { std: "docker" "start" "-a" "d92e7c92594d1d805dccd361b8d990ef4c08463e7855d4db2ba67da315b6a4f4", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.19 [INFO] [stderr] Compiling libc v0.2.172 [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 7.39s [INFO] running `Command { std: "docker" "inspect" "d92e7c92594d1d805dccd361b8d990ef4c08463e7855d4db2ba67da315b6a4f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d92e7c92594d1d805dccd361b8d990ef4c08463e7855d4db2ba67da315b6a4f4", kill_on_drop: false }` [INFO] [stdout] d92e7c92594d1d805dccd361b8d990ef4c08463e7855d4db2ba67da315b6a4f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 05bc000725fc478ba87f5fda70a4dfe82f68c377624b193579e42303d32e03bf [INFO] running `Command { std: "docker" "start" "-a" "05bc000725fc478ba87f5fda70a4dfe82f68c377624b193579e42303d32e03bf", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling zerocopy v0.8.24 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ryu v1.0.20 [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 syn v2.0.100 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling clap v2.34.0 [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 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 tinytemplate v1.2.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 42.05s [INFO] running `Command { std: "docker" "inspect" "05bc000725fc478ba87f5fda70a4dfe82f68c377624b193579e42303d32e03bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05bc000725fc478ba87f5fda70a4dfe82f68c377624b193579e42303d32e03bf", kill_on_drop: false }` [INFO] [stdout] 05bc000725fc478ba87f5fda70a4dfe82f68c377624b193579e42303d32e03bf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 06ee0fd06d9399ea76959cbf8ea2c7e544c6c03c74886218a9d87819672c3635 [INFO] running `Command { std: "docker" "start" "-a" "06ee0fd06d9399ea76959cbf8ea2c7e544c6c03c74886218a9d87819672c3635", 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.23s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/dec-f34b2332d10507ba) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test decimal64::test ... ok [INFO] [stderr] Running tests/dec.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/dec-70c71de5ee915504) [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 47 tests [INFO] [stdout] test decnum_raw_parts ... ok [INFO] [stdout] test decnum_round_reduce_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_constants_decimal32 ... ok [INFO] [stdout] test test_constants_decimal64 ... ok [INFO] [stdout] test test_cx_into_i128 ... 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 test_decimal128_decomposition ... ok [INFO] [stdout] test test_decimal128_ops ... 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_decomposition ... ok [INFO] [stdout] test test_decimal64_ops ... ok [INFO] [stdout] test test_decimal64_rescale ... ok [INFO] [stdout] test test_decimal64_set_exponent ... 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_decimal128_special_value_coefficient ... ok [INFO] [stdout] test test_decnum_tryinto_primitive ... ok [INFO] [stdout] test test_decnum_tryinto_primitive_f32 ... ok [INFO] [stdout] test test_decnum_try_from_f64 ... ok [INFO] [stdout] test test_i128_to_decimal ... ok [INFO] [stdout] test test_decnum_tryinto_primitive_f64 ... ok [INFO] [stdout] test test_i128_to_decimal128 ... ok [INFO] [stdout] test test_i64_to_decimal ... ok [INFO] [stdout] test decnum_round_to_place ... ok [INFO] [stdout] test test_i64_to_decimal128 ... ok [INFO] [stdout] test test_ordered_decimal ... ok [INFO] [stdout] test test_ordered_decimal128 ... ok [INFO] [stdout] test test_ordered_decimal64 ... ok [INFO] [stdout] test test_overloading ... ok [INFO] [stdout] test test_i64_to_decimal64 ... ok [INFO] [stdout] test test_standard_notation_dec_64 ... ok [INFO] [stdout] test test_standard_notation_decimal ... ok [INFO] [stdout] test test_to_width_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] test test_standard_notation_dec_128 ... ok [INFO] [stdout] test test_u64_to_decimal64 ... ok [INFO] [stdout] test test_u64_to_decimal128 ... 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] running `Command { std: "docker" "inspect" "06ee0fd06d9399ea76959cbf8ea2c7e544c6c03c74886218a9d87819672c3635", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06ee0fd06d9399ea76959cbf8ea2c7e544c6c03c74886218a9d87819672c3635", kill_on_drop: false }` [INFO] [stdout] 06ee0fd06d9399ea76959cbf8ea2c7e544c6c03c74886218a9d87819672c3635