[INFO] crate sp-arithmetic 2.0.0-rc2 is already in cache [INFO] testing sp-arithmetic-2.0.0-rc2 against 1.44.0 for beta-1.45-1 [INFO] extracting crate sp-arithmetic 2.0.0-rc2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate sp-arithmetic 2.0.0-rc2 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sp-arithmetic 2.0.0-rc2 [INFO] finished tweaking crates.io crate sp-arithmetic 2.0.0-rc2 [INFO] tweaked toml for crates.io crate sp-arithmetic 2.0.0-rc2 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 451951c20f9564ac9d5d3a3b3bd87274a5a25ff9e638ea2cb78760c3a884b7fb [INFO] running `"docker" "start" "-a" "451951c20f9564ac9d5d3a3b3bd87274a5a25ff9e638ea2cb78760c3a884b7fb"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling sp-std v2.0.0-rc2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling sp-debug-derive v2.0.0-rc2 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling proc-macro-crate v0.1.4 [INFO] [stderr] Compiling parity-scale-codec-derive v1.2.0 [INFO] [stderr] Compiling parity-scale-codec v1.3.0 [INFO] [stderr] Compiling sp-arithmetic v2.0.0-rc2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 08s [INFO] running `"docker" "inspect" "451951c20f9564ac9d5d3a3b3bd87274a5a25ff9e638ea2cb78760c3a884b7fb"` [INFO] running `"docker" "rm" "-f" "451951c20f9564ac9d5d3a3b3bd87274a5a25ff9e638ea2cb78760c3a884b7fb"` [INFO] [stdout] 451951c20f9564ac9d5d3a3b3bd87274a5a25ff9e638ea2cb78760c3a884b7fb [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] caa4e82cefc3192a61948351188ac0b68169ceb777e326e005b006e598986158 [INFO] running `"docker" "start" "-a" "caa4e82cefc3192a61948351188ac0b68169ceb777e326e005b006e598986158"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling sp-arithmetic v2.0.0-rc2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `primitive_types` [INFO] [stderr] --> src/rational128.rs:176:7 [INFO] [stderr] | [INFO] [stderr] 176 | use primitive_types::U256; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `primitive_types` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `primitive_types` [INFO] [stderr] --> src/per_things.rs:748:9 [INFO] [stderr] | [INFO] [stderr] 748 | use primitive_types::U256; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `primitive_types` [INFO] [stderr] ... [INFO] [stderr] 1137 | / implement_per_thing!( [INFO] [stderr] 1138 | | Percent, [INFO] [stderr] 1139 | | test_per_cent, [INFO] [stderr] 1140 | | [u32, u64, u128], [INFO] [stderr] ... | [INFO] [stderr] 1144 | | "_Percent_", [INFO] [stderr] 1145 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `primitive_types` [INFO] [stderr] --> src/per_things.rs:769:9 [INFO] [stderr] | [INFO] [stderr] 769 | use primitive_types::U256; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `primitive_types` [INFO] [stderr] ... [INFO] [stderr] 1137 | / implement_per_thing!( [INFO] [stderr] 1138 | | Percent, [INFO] [stderr] 1139 | | test_per_cent, [INFO] [stderr] 1140 | | [u32, u64, u128], [INFO] [stderr] ... | [INFO] [stderr] 1144 | | "_Percent_", [INFO] [stderr] 1145 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `primitive_types` [INFO] [stderr] --> src/per_things.rs:748:9 [INFO] [stderr] | [INFO] [stderr] 748 | use primitive_types::U256; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `primitive_types` [INFO] [stderr] ... [INFO] [stderr] 1146 | / implement_per_thing!( [INFO] [stderr] 1147 | | PerU16, [INFO] [stderr] 1148 | | test_peru16, [INFO] [stderr] 1149 | | [u32, u64, u128], [INFO] [stderr] ... | [INFO] [stderr] 1153 | | "_Parts per 65535_", [INFO] [stderr] 1154 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `primitive_types` [INFO] [stderr] --> src/per_things.rs:769:9 [INFO] [stderr] | [INFO] [stderr] 769 | use primitive_types::U256; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `primitive_types` [INFO] [stderr] ... [INFO] [stderr] 1146 | / implement_per_thing!( [INFO] [stderr] 1147 | | PerU16, [INFO] [stderr] 1148 | | test_peru16, [INFO] [stderr] 1149 | | [u32, u64, u128], [INFO] [stderr] ... | [INFO] [stderr] 1153 | | "_Parts per 65535_", [INFO] [stderr] 1154 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `primitive_types` [INFO] [stderr] --> src/per_things.rs:748:9 [INFO] [stderr] | [INFO] [stderr] 748 | use primitive_types::U256; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `primitive_types` [INFO] [stderr] ... [INFO] [stderr] 1155 | / implement_per_thing!( [INFO] [stderr] 1156 | | Permill, [INFO] [stderr] 1157 | | test_permill, [INFO] [stderr] 1158 | | [u32, u64, u128], [INFO] [stderr] ... | [INFO] [stderr] 1162 | | "_Parts per Million_", [INFO] [stderr] 1163 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `primitive_types` [INFO] [stderr] --> src/per_things.rs:769:9 [INFO] [stderr] | [INFO] [stderr] 769 | use primitive_types::U256; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `primitive_types` [INFO] [stderr] ... [INFO] [stderr] 1155 | / implement_per_thing!( [INFO] [stderr] 1156 | | Permill, [INFO] [stderr] 1157 | | test_permill, [INFO] [stderr] 1158 | | [u32, u64, u128], [INFO] [stderr] ... | [INFO] [stderr] 1162 | | "_Parts per Million_", [INFO] [stderr] 1163 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `primitive_types` [INFO] [stderr] --> src/per_things.rs:748:9 [INFO] [stderr] | [INFO] [stderr] 748 | use primitive_types::U256; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `primitive_types` [INFO] [stderr] ... [INFO] [stderr] 1164 | / implement_per_thing!( [INFO] [stderr] 1165 | | Perbill, [INFO] [stderr] 1166 | | test_perbill, [INFO] [stderr] 1167 | | [u32, u64, u128], [INFO] [stderr] ... | [INFO] [stderr] 1171 | | "_Parts per Billion_", [INFO] [stderr] 1172 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `primitive_types` [INFO] [stderr] --> src/per_things.rs:769:9 [INFO] [stderr] | [INFO] [stderr] 769 | use primitive_types::U256; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `primitive_types` [INFO] [stderr] ... [INFO] [stderr] 1164 | / implement_per_thing!( [INFO] [stderr] 1165 | | Perbill, [INFO] [stderr] 1166 | | test_perbill, [INFO] [stderr] 1167 | | [u32, u64, u128], [INFO] [stderr] ... | [INFO] [stderr] 1171 | | "_Parts per Billion_", [INFO] [stderr] 1172 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `primitive_types` [INFO] [stderr] --> src/per_things.rs:748:9 [INFO] [stderr] | [INFO] [stderr] 748 | use primitive_types::U256; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `primitive_types` [INFO] [stderr] ... [INFO] [stderr] 1173 | / implement_per_thing!( [INFO] [stderr] 1174 | | Perquintill, [INFO] [stderr] 1175 | | test_perquintill, [INFO] [stderr] 1176 | | [u64, u128], [INFO] [stderr] ... | [INFO] [stderr] 1180 | | "_Parts per Quintillion_", [INFO] [stderr] 1181 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `primitive_types` [INFO] [stderr] --> src/per_things.rs:769:9 [INFO] [stderr] | [INFO] [stderr] 769 | use primitive_types::U256; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `primitive_types` [INFO] [stderr] ... [INFO] [stderr] 1173 | / implement_per_thing!( [INFO] [stderr] 1174 | | Perquintill, [INFO] [stderr] 1175 | | test_perquintill, [INFO] [stderr] 1176 | | [u64, u128], [INFO] [stderr] ... | [INFO] [stderr] 1180 | | "_Parts per Quintillion_", [INFO] [stderr] 1181 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `sp-arithmetic`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "caa4e82cefc3192a61948351188ac0b68169ceb777e326e005b006e598986158"` [INFO] running `"docker" "rm" "-f" "caa4e82cefc3192a61948351188ac0b68169ceb777e326e005b006e598986158"` [INFO] [stdout] caa4e82cefc3192a61948351188ac0b68169ceb777e326e005b006e598986158