[INFO] cloning repository https://github.com/youkchan/strict_encoding [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/youkchan/strict_encoding" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoukchan%2Fstrict_encoding", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoukchan%2Fstrict_encoding'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 42a819b2cc74e2ecfc1390d6bc4428b1249406ed [INFO] checking youkchan/strict_encoding against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoukchan%2Fstrict_encoding" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/youkchan/strict_encoding on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/youkchan/strict_encoding [INFO] finished tweaking git repo https://github.com/youkchan/strict_encoding [INFO] tweaked toml for git repo https://github.com/youkchan/strict_encoding written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/youkchan/strict_encoding already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", 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] 13d549b5706818088a7b95656faf0ebff8425e5f2735ef3fa9a6a7a6dfb6a9a9 [INFO] running `Command { std: "docker" "start" "-a" "13d549b5706818088a7b95656faf0ebff8425e5f2735ef3fa9a6a7a6dfb6a9a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "13d549b5706818088a7b95656faf0ebff8425e5f2735ef3fa9a6a7a6dfb6a9a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13d549b5706818088a7b95656faf0ebff8425e5f2735ef3fa9a6a7a6dfb6a9a9", kill_on_drop: false }` [INFO] [stdout] 13d549b5706818088a7b95656faf0ebff8425e5f2735ef3fa9a6a7a6dfb6a9a9 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 89c649dd0756cb04fe731513b45179eba67c24a8b1d8e440485cee447c7ac181 [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" "89c649dd0756cb04fe731513b45179eba67c24a8b1d8e440485cee447c7ac181", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling amplify_num v0.1.2 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking bitcoin_hashes v0.9.7 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking syn v1.0.73 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking amplify_syn v1.1.4 [INFO] [stderr] Compiling amplify_derive v2.7.2 [INFO] [stderr] Compiling amplify v3.7.1 [INFO] [stderr] Compiling strict_encoding_derive v1.1.1 (/opt/rustwide/workdir/derive) [INFO] [stderr] Checking strict_encoding v1.5.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `crate::test_helpers::test_encoding_roundtrip` [INFO] [stdout] --> src/amplify_types.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | use crate::test_helpers::test_encoding_roundtrip; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^----------------------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `test_object_encoding_roundtrip` [INFO] [stdout] | no `test_encoding_roundtrip` in `test_helpers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::test_helpers::test_encoding_roundtrip` [INFO] [stdout] --> src/primitives.rs:306:9 [INFO] [stdout] | [INFO] [stdout] 306 | use crate::test_helpers::test_encoding_roundtrip; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^----------------------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `test_object_encoding_roundtrip` [INFO] [stdout] | no `test_encoding_roundtrip` in `test_helpers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_u64` found for struct `amplify::amplify_num::u256` in the current scope [INFO] [stdout] --> src/amplify_types.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | &u256::from_u64(0x_dead_cafe_4bad_beef).unwrap(), [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `amplify::amplify_num::u256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_u64` found for struct `amplify::amplify_num::u512` in the current scope [INFO] [stdout] --> src/amplify_types.rs:98:20 [INFO] [stdout] | [INFO] [stdout] 98 | &u512::from_u64(0x_dead_cafe_4bad_beef).unwrap(), [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `amplify::amplify_num::u512` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_u64` found for struct `amplify::amplify_num::u1024` in the current scope [INFO] [stdout] --> src/amplify_types.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | &u1024::from_u64(0x_dead_cafe_4bad_beef).unwrap(), [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `amplify::amplify_num::u1024` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `strict_encoding` due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "89c649dd0756cb04fe731513b45179eba67c24a8b1d8e440485cee447c7ac181", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89c649dd0756cb04fe731513b45179eba67c24a8b1d8e440485cee447c7ac181", kill_on_drop: false }` [INFO] [stdout] 89c649dd0756cb04fe731513b45179eba67c24a8b1d8e440485cee447c7ac181