[INFO] fetching crate sp-api 2.0.0... [INFO] testing sp-api-2.0.0 against 1.49.0 for beta-1.50-1 [INFO] extracting crate sp-api 2.0.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate sp-api 2.0.0 on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate sp-api 2.0.0 [INFO] finished tweaking crates.io crate sp-api 2.0.0 [INFO] tweaked toml for crates.io crate sp-api 2.0.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] beab5f4ae5b19df730cb22df4a7df2cb9743f9a0a0a505f7ed3974f8a7fe72a1 [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" "beab5f4ae5b19df730cb22df4a7df2cb9743f9a0a0a505f7ed3974f8a7fe72a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "beab5f4ae5b19df730cb22df4a7df2cb9743f9a0a0a505f7ed3974f8a7fe72a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "beab5f4ae5b19df730cb22df4a7df2cb9743f9a0a0a505f7ed3974f8a7fe72a1", kill_on_drop: false }` [INFO] [stdout] beab5f4ae5b19df730cb22df4a7df2cb9743f9a0a0a505f7ed3974f8a7fe72a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", 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] ded16a428b58aa7ab43be91e3651b547a0cde74257e8f1110c2445b5603e1e10 [INFO] running `Command { std: "docker" "start" "-a" "ded16a428b58aa7ab43be91e3651b547a0cde74257e8f1110c2445b5603e1e10", kill_on_drop: false }` [INFO] [stderr] Compiling hash-db v0.15.2 [INFO] [stderr] Compiling sp-api-proc-macro v2.0.0 [INFO] [stderr] Compiling sp-arithmetic v2.0.0 [INFO] [stderr] Compiling parity-util-mem v0.7.0 [INFO] [stderr] Compiling sp-runtime-interface v2.0.0 [INFO] [stderr] Compiling trie-root v0.16.0 [INFO] [stderr] Compiling trie-db v0.22.1 [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sp-arithmetic-2.0.0/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sp-arithmetic-2.0.0/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sp-arithmetic-2.0.0/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 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sp-arithmetic` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ded16a428b58aa7ab43be91e3651b547a0cde74257e8f1110c2445b5603e1e10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ded16a428b58aa7ab43be91e3651b547a0cde74257e8f1110c2445b5603e1e10", kill_on_drop: false }` [INFO] [stdout] ded16a428b58aa7ab43be91e3651b547a0cde74257e8f1110c2445b5603e1e10