[INFO] crate sm_primitives 0.1.0 is already in cache
[INFO] checking sm_primitives-0.1.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate sm_primitives 0.1.0 into /workspace/builds/worker-3/source
[INFO] validating manifest of crates.io crate sm_primitives 0.1.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate sm_primitives 0.1.0
[INFO] finished tweaking crates.io crate sm_primitives 0.1.0
[INFO] tweaked toml for crates.io crate sm_primitives 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 59a7af652906bf305cf2f2c7cbbd63f4d0f7a2bce6820a9fada7d85d54e1ef18
[INFO] running `"docker" "start" "-a" "59a7af652906bf305cf2f2c7cbbd63f4d0f7a2bce6820a9fada7d85d54e1ef18"`
[INFO] [stderr]     Checking rlp v0.4.5
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking parity-scale-codec v1.3.0
[INFO] [stderr]     Checking impl-serde v0.2.3
[INFO] [stderr]     Checking impl-serde v0.3.0
[INFO] [stderr]     Checking uint v0.8.2
[INFO] [stderr]     Checking impl-rlp v0.2.1
[INFO] [stderr]     Checking fixed-hash v0.5.2
[INFO] [stderr]     Checking ethbloom v0.8.1
[INFO] [stderr]     Checking impl-codec v0.4.2
[INFO] [stderr]     Checking primitive-types v0.6.2
[INFO] [stderr]     Checking ethereum-types v0.8.0
[INFO] [stderr]     Checking sm_primitives v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0277]: the trait bound `ethereum_types::H128: std::convert::From<{integer}>` is not satisfied
[INFO] [stderr]   --> src/lib.rs:58:20
[INFO] [stderr]    |
[INFO] [stderr] 58 |         assert_eq!(H128::from(1), h128_from_u128(1));
[INFO] [stderr]    |                    ^^^^^^^^^^ the trait `std::convert::From<{integer}>` is not implemented for `ethereum_types::H128`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following implementations were found:
[INFO] [stderr]              <ethereum_types::H128 as std::convert::From<&'a [u8; 16]>>
[INFO] [stderr]              <ethereum_types::H128 as std::convert::From<&'a mut [u8; 16]>>
[INFO] [stderr]              <ethereum_types::H128 as std::convert::From<[u8; 16]>>
[INFO] [stderr]    = note: required by `std::convert::From::from`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `ethereum_types::H128: std::convert::From<ethereum_types::U128>` is not satisfied
[INFO] [stderr]   --> src/lib.rs:63:20
[INFO] [stderr]    |
[INFO] [stderr] 63 |         assert_eq!(H128::from(U128::from(std::u64::MAX) + 1), h128_from_u128(u128::from(std::u64::MAX) + 1));
[INFO] [stderr]    |                    ^^^^^^^^^^ the trait `std::convert::From<ethereum_types::U128>` is not implemented for `ethereum_types::H128`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following implementations were found:
[INFO] [stderr]              <ethereum_types::H128 as std::convert::From<&'a [u8; 16]>>
[INFO] [stderr]              <ethereum_types::H128 as std::convert::From<&'a mut [u8; 16]>>
[INFO] [stderr]              <ethereum_types::H128 as std::convert::From<[u8; 16]>>
[INFO] [stderr]    = note: required by `std::convert::From::from`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `ethereum_types::H128: std::convert::From<ethereum_types::U128>` is not satisfied
[INFO] [stderr]   --> src/lib.rs:68:20
[INFO] [stderr]    |
[INFO] [stderr] 68 |         assert_eq!(H128::from(U128::max_value() - 1), h128_from_u128(std::u128::MAX - 1));
[INFO] [stderr]    |                    ^^^^^^^^^^ the trait `std::convert::From<ethereum_types::U128>` is not implemented for `ethereum_types::H128`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following implementations were found:
[INFO] [stderr]              <ethereum_types::H128 as std::convert::From<&'a [u8; 16]>>
[INFO] [stderr]              <ethereum_types::H128 as std::convert::From<&'a mut [u8; 16]>>
[INFO] [stderr]              <ethereum_types::H128 as std::convert::From<[u8; 16]>>
[INFO] [stderr]    = note: required by `std::convert::From::from`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `ethereum_types::H128: std::convert::From<ethereum_types::U128>` is not satisfied
[INFO] [stderr]   --> src/lib.rs:73:20
[INFO] [stderr]    |
[INFO] [stderr] 73 |         assert_eq!(H128::from(U128::max_value()), h128_from_u128(std::u128::MAX));
[INFO] [stderr]    |                    ^^^^^^^^^^ the trait `std::convert::From<ethereum_types::U128>` is not implemented for `ethereum_types::H128`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following implementations were found:
[INFO] [stderr]              <ethereum_types::H128 as std::convert::From<&'a [u8; 16]>>
[INFO] [stderr]              <ethereum_types::H128 as std::convert::From<&'a mut [u8; 16]>>
[INFO] [stderr]              <ethereum_types::H128 as std::convert::From<[u8; 16]>>
[INFO] [stderr]    = note: required by `std::convert::From::from`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `sm_primitives`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "59a7af652906bf305cf2f2c7cbbd63f4d0f7a2bce6820a9fada7d85d54e1ef18"`
[INFO] running `"docker" "rm" "-f" "59a7af652906bf305cf2f2c7cbbd63f4d0f7a2bce6820a9fada7d85d54e1ef18"`
[INFO] [stdout] 59a7af652906bf305cf2f2c7cbbd63f4d0f7a2bce6820a9fada7d85d54e1ef18
