[INFO] fetching crate owasm-abi 0.3.0... [INFO] checking owasm-abi-0.3.0 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate owasm-abi 0.3.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate owasm-abi 0.3.0 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate owasm-abi 0.3.0 [INFO] finished tweaking crates.io crate owasm-abi 0.3.0 [INFO] tweaked toml for crates.io crate owasm-abi 0.3.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] bacf059a20ef5cdbe5ba00c2e92e900a2a7d2d7b4eb4aeb386b9e5ac28d3ab40 [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" "bacf059a20ef5cdbe5ba00c2e92e900a2a7d2d7b4eb4aeb386b9e5ac28d3ab40"` [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.2 [INFO] [stderr] Checking static_assertions v0.2.5 [INFO] [stderr] Checking uint v0.6.1 [INFO] [stderr] Checking fixed-hash v0.3.2 [INFO] [stderr] Compiling proc-macro-hack v0.4.2 [INFO] [stderr] Compiling hex-literal-impl v0.1.2 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Checking hex-literal v0.1.4 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Checking owasm-std v0.20.1 [INFO] [stderr] Checking owasm-abi v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `U256` [INFO] [stderr] --> src/eth/tests.rs:173:27 [INFO] [stderr] | [INFO] [stderr] 173 | assert_eq_core!(v3, vec![U256::from(1), U256::from(2), U256::from(3)]); [INFO] [stderr] | ^^^^ use of undeclared type or module `U256` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `U256` [INFO] [stderr] --> src/eth/tests.rs:173:42 [INFO] [stderr] | [INFO] [stderr] 173 | assert_eq_core!(v3, vec![U256::from(1), U256::from(2), U256::from(3)]); [INFO] [stderr] | ^^^^ use of undeclared type or module `U256` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `U256` [INFO] [stderr] --> src/eth/tests.rs:173:57 [INFO] [stderr] | [INFO] [stderr] 173 | assert_eq_core!(v3, vec![U256::from(1), U256::from(2), U256::from(3)]); [INFO] [stderr] | ^^^^ use of undeclared type or module `U256` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `eth` in `{{root}}` [INFO] [stderr] --> src/eth/tests.rs:179:19 [INFO] [stderr] | [INFO] [stderr] 179 | let mut sink = ::eth::Sink::new(1); [INFO] [stderr] | ^^^ could not find `eth` in `{{root}}` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `eth` in `{{root}}` [INFO] [stderr] --> src/eth/tests.rs:188:21 [INFO] [stderr] | [INFO] [stderr] 188 | let mut stream = ::eth::Stream::new(&payload[..]); [INFO] [stderr] | ^^^ could not find `eth` in `{{root}}` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `eth` in `{{root}}` [INFO] [stderr] --> src/eth/tests.rs:196:19 [INFO] [stderr] | [INFO] [stderr] 196 | let mut sink = ::eth::Sink::new(1); [INFO] [stderr] | ^^^ could not find `eth` in `{{root}}` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `eth` in `{{root}}` [INFO] [stderr] --> src/eth/tests.rs:208:21 [INFO] [stderr] | [INFO] [stderr] 208 | let mut stream = ::eth::Stream::new(&payload[..]); [INFO] [stderr] | ^^^ could not find `eth` in `{{root}}` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `eth` in `{{root}}` [INFO] [stderr] --> src/eth/tests.rs:217:21 [INFO] [stderr] | [INFO] [stderr] 217 | let mut stream = ::eth::Stream::new(&sample); [INFO] [stderr] | ^^^ could not find `eth` in `{{root}}` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `eth` in `{{root}}` [INFO] [stderr] --> src/eth/tests.rs:225:21 [INFO] [stderr] | [INFO] [stderr] 225 | let mut stream = ::eth::Stream::new(&sample); [INFO] [stderr] | ^^^ could not find `eth` in `{{root}}` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `eth` in `{{root}}` [INFO] [stderr] --> src/eth/tests.rs:254:21 [INFO] [stderr] | [INFO] [stderr] 254 | let mut stream = ::eth::Stream::new(&payload[..]); [INFO] [stderr] | ^^^ could not find `eth` in `{{root}}` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `U256` in this scope [INFO] [stderr] --> src/eth/tests.rs:169:56 [INFO] [stderr] | [INFO] [stderr] 169 | let (v1, v2, v3) = triple_decode::, bool, Vec>(&sample); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use owasm_std::prelude::U256; [INFO] [stderr] | [INFO] [stderr] 1 | use owasm_std::types::U256; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:9:23 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(all(test), macro_use)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/eth/tests.rs:76:56 [INFO] [stderr] | [INFO] [stderr] 76 | fn single_decode(payload: &[u8]) -> (T) { [INFO] [stderr] | ^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `owasm-abi`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bacf059a20ef5cdbe5ba00c2e92e900a2a7d2d7b4eb4aeb386b9e5ac28d3ab40"` [INFO] running `"docker" "rm" "-f" "bacf059a20ef5cdbe5ba00c2e92e900a2a7d2d7b4eb4aeb386b9e5ac28d3ab40"` [INFO] [stdout] bacf059a20ef5cdbe5ba00c2e92e900a2a7d2d7b4eb4aeb386b9e5ac28d3ab40