[INFO] crate sp-arithmetic 2.0.0-rc2 is already in cache [INFO] testing sp-arithmetic-2.0.0-rc2 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate sp-arithmetic 2.0.0-rc2 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate sp-arithmetic 2.0.0-rc2 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] de2d239c88a88f08f31e09eb61b84077836d756d750b84234404c8bd1cd14ee5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "de2d239c88a88f08f31e09eb61b84077836d756d750b84234404c8bd1cd14ee5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling sp-std v2.0.0-rc2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling sp-debug-derive v2.0.0-rc2 [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 37.51s [INFO] running `"docker" "inspect" "de2d239c88a88f08f31e09eb61b84077836d756d750b84234404c8bd1cd14ee5"` [INFO] running `"docker" "rm" "-f" "de2d239c88a88f08f31e09eb61b84077836d756d750b84234404c8bd1cd14ee5"` [INFO] [stdout] de2d239c88a88f08f31e09eb61b84077836d756d750b84234404c8bd1cd14ee5 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+beta-2020-06-03" "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] ff10c33a28fc128ecf31ffe104670a9f51f5ac6735a65cef7624d680ec0e2656 [INFO] running `"docker" "start" "-a" "ff10c33a28fc128ecf31ffe104670a9f51f5ac6735a65cef7624d680ec0e2656"` [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" "ff10c33a28fc128ecf31ffe104670a9f51f5ac6735a65cef7624d680ec0e2656"` [INFO] running `"docker" "rm" "-f" "ff10c33a28fc128ecf31ffe104670a9f51f5ac6735a65cef7624d680ec0e2656"` [INFO] [stdout] ff10c33a28fc128ecf31ffe104670a9f51f5ac6735a65cef7624d680ec0e2656