[INFO] fetching crate sp-arithmetic 2.0.0... [INFO] checking sp-arithmetic-2.0.0 against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] extracting crate sp-arithmetic 2.0.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate sp-arithmetic 2.0.0 on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate sp-arithmetic 2.0.0 [INFO] finished tweaking crates.io crate sp-arithmetic 2.0.0 [INFO] tweaked toml for crates.io crate sp-arithmetic 2.0.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ec8125be129de12999a0619e0274c30bc600d38e3763a411e461e693da5aaea0 [INFO] running `Command { std: "docker" "start" "-a" "ec8125be129de12999a0619e0274c30bc600d38e3763a411e461e693da5aaea0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec8125be129de12999a0619e0274c30bc600d38e3763a411e461e693da5aaea0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec8125be129de12999a0619e0274c30bc600d38e3763a411e461e693da5aaea0", kill_on_drop: false }` [INFO] [stdout] ec8125be129de12999a0619e0274c30bc600d38e3763a411e461e693da5aaea0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce53d8f504c4f7f549d238012b69e4e2f92b9c1b7690b1925e765186423671d8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ce53d8f504c4f7f549d238012b69e4e2f92b9c1b7690b1925e765186423671d8", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking bitvec v0.17.4 [INFO] [stderr] Checking integer-sqrt v0.1.5 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling sp-debug-derive v2.0.0 [INFO] [stderr] Compiling toml v0.5.7 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling parity-scale-codec-derive v1.2.2 [INFO] [stderr] Checking parity-scale-codec v1.3.5 [INFO] [stderr] Checking sp-arithmetic v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `primitive_types` [INFO] [stdout] --> src/rational128.rs:176:7 [INFO] [stdout] | [INFO] [stdout] 176 | use primitive_types::U256; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `primitive_types` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/fixed_point.rs:541:9 [INFO] [stdout] | [INFO] [stdout] 541 | let accuracy = P::ACCURACY.saturated_into(); [INFO] [stdout] | ^^^^^^^^ consider giving `accuracy` a type [INFO] [stdout] ... [INFO] [stdout] 1595 | / implement_fixed!( [INFO] [stdout] 1596 | | FixedI64, [INFO] [stdout] 1597 | | test_fixed_i64, [INFO] [stdout] 1598 | | i64, [INFO] [stdout] ... | [INFO] [stdout] 1601 | | "_Fixed Point 64 bits signed, range = [-9223372036.854775808, 9223372036.854775807]_", [INFO] [stdout] 1602 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `primitive_types` [INFO] [stdout] --> src/per_things.rs:791:9 [INFO] [stdout] | [INFO] [stdout] 791 | use primitive_types::U256; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `primitive_types` [INFO] [stdout] ... [INFO] [stdout] 1248 | / implement_per_thing!( [INFO] [stdout] 1249 | | Percent, [INFO] [stdout] 1250 | | test_per_cent, [INFO] [stdout] 1251 | | [u32, u64, u128], [INFO] [stdout] ... | [INFO] [stdout] 1255 | | "_Percent_", [INFO] [stdout] 1256 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `primitive_types` [INFO] [stdout] --> src/per_things.rs:812:9 [INFO] [stdout] | [INFO] [stdout] 812 | use primitive_types::U256; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `primitive_types` [INFO] [stdout] ... [INFO] [stdout] 1248 | / implement_per_thing!( [INFO] [stdout] 1249 | | Percent, [INFO] [stdout] 1250 | | test_per_cent, [INFO] [stdout] 1251 | | [u32, u64, u128], [INFO] [stdout] ... | [INFO] [stdout] 1255 | | "_Percent_", [INFO] [stdout] 1256 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/fixed_point.rs:541:9 [INFO] [stdout] | [INFO] [stdout] 541 | let accuracy = P::ACCURACY.saturated_into(); [INFO] [stdout] | ^^^^^^^^ consider giving `accuracy` a type [INFO] [stdout] ... [INFO] [stdout] 1604 | / implement_fixed!( [INFO] [stdout] 1605 | | FixedI128, [INFO] [stdout] 1606 | | test_fixed_i128, [INFO] [stdout] 1607 | | i128, [INFO] [stdout] ... | [INFO] [stdout] 1611 | | [-170141183460469231731.687303715884105728, 170141183460469231731.687303715884105727]_", [INFO] [stdout] 1612 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `primitive_types` [INFO] [stdout] --> src/per_things.rs:791:9 [INFO] [stdout] | [INFO] [stdout] 791 | use primitive_types::U256; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `primitive_types` [INFO] [stdout] ... [INFO] [stdout] 1257 | / implement_per_thing_with_perthousand!( [INFO] [stdout] 1258 | | PerU16, [INFO] [stdout] 1259 | | test_peru16, [INFO] [stdout] 1260 | | test_peru16_extra, [INFO] [stdout] ... | [INFO] [stdout] 1265 | | "_Parts per 65535_", [INFO] [stdout] 1266 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/fixed_point.rs:541:9 [INFO] [stdout] | [INFO] [stdout] 541 | let accuracy = P::ACCURACY.saturated_into(); [INFO] [stdout] | ^^^^^^^^ consider giving `accuracy` a type [INFO] [stdout] ... [INFO] [stdout] 1614 | / implement_fixed!( [INFO] [stdout] 1615 | | FixedU128, [INFO] [stdout] 1616 | | test_fixed_u128, [INFO] [stdout] 1617 | | u128, [INFO] [stdout] ... | [INFO] [stdout] 1621 | | [0.000000000000000000, 340282366920938463463.374607431768211455]_", [INFO] [stdout] 1622 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `primitive_types` [INFO] [stdout] --> src/per_things.rs:812:9 [INFO] [stdout] | [INFO] [stdout] 812 | use primitive_types::U256; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `primitive_types` [INFO] [stdout] ... [INFO] [stdout] 1257 | / implement_per_thing_with_perthousand!( [INFO] [stdout] 1258 | | PerU16, [INFO] [stdout] 1259 | | test_peru16, [INFO] [stdout] 1260 | | test_peru16_extra, [INFO] [stdout] ... | [INFO] [stdout] 1265 | | "_Parts per 65535_", [INFO] [stdout] 1266 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `primitive_types` [INFO] [stdout] --> src/per_things.rs:791:9 [INFO] [stdout] | [INFO] [stdout] 791 | use primitive_types::U256; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `primitive_types` [INFO] [stdout] ... [INFO] [stdout] 1267 | / implement_per_thing_with_perthousand!( [INFO] [stdout] 1268 | | Permill, [INFO] [stdout] 1269 | | test_permill, [INFO] [stdout] 1270 | | test_permill_extra, [INFO] [stdout] ... | [INFO] [stdout] 1275 | | "_Parts per Million_", [INFO] [stdout] 1276 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `primitive_types` [INFO] [stdout] --> src/per_things.rs:812:9 [INFO] [stdout] | [INFO] [stdout] 812 | use primitive_types::U256; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `primitive_types` [INFO] [stdout] ... [INFO] [stdout] 1267 | / implement_per_thing_with_perthousand!( [INFO] [stdout] 1268 | | Permill, [INFO] [stdout] 1269 | | test_permill, [INFO] [stdout] 1270 | | test_permill_extra, [INFO] [stdout] ... | [INFO] [stdout] 1275 | | "_Parts per Million_", [INFO] [stdout] 1276 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `primitive_types` [INFO] [stdout] --> src/per_things.rs:791:9 [INFO] [stdout] | [INFO] [stdout] 791 | use primitive_types::U256; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `primitive_types` [INFO] [stdout] ... [INFO] [stdout] 1277 | / implement_per_thing_with_perthousand!( [INFO] [stdout] 1278 | | Perbill, [INFO] [stdout] 1279 | | test_perbill, [INFO] [stdout] 1280 | | test_perbill_extra, [INFO] [stdout] ... | [INFO] [stdout] 1285 | | "_Parts per Billion_", [INFO] [stdout] 1286 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `primitive_types` [INFO] [stdout] --> src/per_things.rs:812:9 [INFO] [stdout] | [INFO] [stdout] 812 | use primitive_types::U256; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `primitive_types` [INFO] [stdout] ... [INFO] [stdout] 1277 | / implement_per_thing_with_perthousand!( [INFO] [stdout] 1278 | | Perbill, [INFO] [stdout] 1279 | | test_perbill, [INFO] [stdout] 1280 | | test_perbill_extra, [INFO] [stdout] ... | [INFO] [stdout] 1285 | | "_Parts per Billion_", [INFO] [stdout] 1286 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `primitive_types` [INFO] [stdout] --> src/per_things.rs:791:9 [INFO] [stdout] | [INFO] [stdout] 791 | use primitive_types::U256; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `primitive_types` [INFO] [stdout] ... [INFO] [stdout] 1287 | / implement_per_thing_with_perthousand!( [INFO] [stdout] 1288 | | Perquintill, [INFO] [stdout] 1289 | | test_perquintill, [INFO] [stdout] 1290 | | test_perquintill_extra, [INFO] [stdout] ... | [INFO] [stdout] 1295 | | "_Parts per Quintillion_", [INFO] [stdout] 1296 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sp-arithmetic` [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error[E0432]: unresolved import `primitive_types` [INFO] [stdout] --> src/per_things.rs:812:9 [INFO] [stdout] | [INFO] [stdout] 812 | use primitive_types::U256; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `primitive_types` [INFO] [stdout] ... [INFO] [stdout] 1287 | / implement_per_thing_with_perthousand!( [INFO] [stdout] 1288 | | Perquintill, [INFO] [stdout] 1289 | | test_perquintill, [INFO] [stdout] 1290 | | test_perquintill_extra, [INFO] [stdout] ... | [INFO] [stdout] 1295 | | "_Parts per Quintillion_", [INFO] [stdout] 1296 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/fixed_point.rs:541:9 [INFO] [stdout] | [INFO] [stdout] 541 | let accuracy = P::ACCURACY.saturated_into(); [INFO] [stdout] | ^^^^^^^^ consider giving `accuracy` a type [INFO] [stdout] ... [INFO] [stdout] 1595 | / implement_fixed!( [INFO] [stdout] 1596 | | FixedI64, [INFO] [stdout] 1597 | | test_fixed_i64, [INFO] [stdout] 1598 | | i64, [INFO] [stdout] ... | [INFO] [stdout] 1601 | | "_Fixed Point 64 bits signed, range = [-9223372036.854775808, 9223372036.854775807]_", [INFO] [stdout] 1602 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/fixed_point.rs:541:9 [INFO] [stdout] | [INFO] [stdout] 541 | let accuracy = P::ACCURACY.saturated_into(); [INFO] [stdout] | ^^^^^^^^ consider giving `accuracy` a type [INFO] [stdout] ... [INFO] [stdout] 1604 | / implement_fixed!( [INFO] [stdout] 1605 | | FixedI128, [INFO] [stdout] 1606 | | test_fixed_i128, [INFO] [stdout] 1607 | | i128, [INFO] [stdout] ... | [INFO] [stdout] 1611 | | [-170141183460469231731.687303715884105728, 170141183460469231731.687303715884105727]_", [INFO] [stdout] 1612 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/fixed_point.rs:541:9 [INFO] [stdout] | [INFO] [stdout] 541 | let accuracy = P::ACCURACY.saturated_into(); [INFO] [stdout] | ^^^^^^^^ consider giving `accuracy` a type [INFO] [stdout] ... [INFO] [stdout] 1614 | / implement_fixed!( [INFO] [stdout] 1615 | | FixedU128, [INFO] [stdout] 1616 | | test_fixed_u128, [INFO] [stdout] 1617 | | u128, [INFO] [stdout] ... | [INFO] [stdout] 1621 | | [0.000000000000000000, 340282366920938463463.374607431768211455]_", [INFO] [stdout] 1622 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ce53d8f504c4f7f549d238012b69e4e2f92b9c1b7690b1925e765186423671d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce53d8f504c4f7f549d238012b69e4e2f92b9c1b7690b1925e765186423671d8", kill_on_drop: false }` [INFO] [stdout] ce53d8f504c4f7f549d238012b69e4e2f92b9c1b7690b1925e765186423671d8