[INFO] cloning repository https://github.com/Phala-Network/substrate-upgrade-workshop [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Phala-Network/substrate-upgrade-workshop" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhala-Network%2Fsubstrate-upgrade-workshop", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhala-Network%2Fsubstrate-upgrade-workshop'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e54c97edd8eaff2e9eda83c1b8575d63c084c218 [INFO] checking Phala-Network/substrate-upgrade-workshop against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhala-Network%2Fsubstrate-upgrade-workshop" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Phala-Network/substrate-upgrade-workshop on toolchain 3d9fdbff4f377de96b3a51174e7a64086bee9a5c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Phala-Network/substrate-upgrade-workshop [INFO] finished tweaking git repo https://github.com/Phala-Network/substrate-upgrade-workshop [INFO] tweaked toml for git repo https://github.com/Phala-Network/substrate-upgrade-workshop written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Phala-Network/substrate-upgrade-workshop already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "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] 8c5db5a92c13b32ddb2766921ef5a7e752e250e66f60595198f94dd9eb562890 [INFO] running `Command { std: "docker" "start" "-a" "8c5db5a92c13b32ddb2766921ef5a7e752e250e66f60595198f94dd9eb562890", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8c5db5a92c13b32ddb2766921ef5a7e752e250e66f60595198f94dd9eb562890", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c5db5a92c13b32ddb2766921ef5a7e752e250e66f60595198f94dd9eb562890", kill_on_drop: false }` [INFO] [stdout] 8c5db5a92c13b32ddb2766921ef5a7e752e250e66f60595198f94dd9eb562890 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69d01af40a6601cf09a3c68fbf484f1773d8e49f03ac219a662f3142a944883a [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" "69d01af40a6601cf09a3c68fbf484f1773d8e49f03ac219a662f3142a944883a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking futures v0.1.31 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking subtle v2.4.0 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking block-padding v0.2.1 [INFO] [stderr] Checking arrayref v0.3.6 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking keccak v0.1.0 [INFO] [stderr] Checking constant_time_eq v0.1.5 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Checking fake-simd v0.1.2 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Checking subtle v1.0.0 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking signature v1.3.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Checking funty v1.1.0 [INFO] [stderr] Checking wyz v0.2.0 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking rustc-hex v2.1.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling parity-util-mem v0.9.0 [INFO] [stderr] Checking sp-std v3.0.0 (https://github.com/paritytech/substrate.git?rev=d6c33e7ec313f9bd5e319dc0a5a3ace5543f9617#d6c33e7e) [INFO] [stderr] Compiling erased-serde v0.3.16 [INFO] [stderr] Compiling zstd-safe v3.0.1+zstd.1.4.9 [INFO] [stderr] Compiling ref-cast v1.0.6 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Checking memory_units v0.3.0 [INFO] [stderr] Checking hash-db v0.15.2 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking environmental v1.1.3 [INFO] [stderr] Checking rustc-demangle v0.1.20 [INFO] [stderr] Checking dyn-clone v1.0.4 [INFO] [stderr] Checking base58 v0.1.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking futures-timer v3.0.2 [INFO] [stderr] Checking data-encoding v2.3.2 [INFO] [stderr] Checking unsigned-varint v0.5.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling arrayvec v0.7.1 [INFO] [stderr] Checking bs58 v0.4.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking cache-padded v1.1.1 [INFO] [stderr] Checking parking v2.0.0 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Checking event-listener v2.5.1 [INFO] [stderr] Checking bytes v0.5.6 [INFO] [stderr] Checking async-task v4.0.3 [INFO] [stderr] Checking atomic-waker v1.0.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.74 [INFO] [stderr] Checking ipnet v2.3.1 [INFO] [stderr] Checking cpuid-bool v0.2.0 [INFO] [stderr] Compiling bumpalo v3.7.0 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Compiling prometheus v0.11.0 [INFO] [stderr] Checking nohash-hasher v0.2.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Checking hex_fmt v0.3.0 [INFO] [stderr] Checking parity-send-wrapper v0.1.0 [INFO] [stderr] Checking wasmparser v0.78.2 [INFO] [stderr] Checking more-asserts v0.2.1 [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.78.2/src/operators_validator.rs:45:50 [INFO] [stdout] | [INFO] [stdout] 45 | return Err(format_op_err!( $( $arg ),* )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 171 | bail_op_err!("unknown local {}: local index out of bounds", idx) [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.78.2/src/operators_validator.rs:45:50 [INFO] [stdout] | [INFO] [stdout] 45 | return Err(format_op_err!( $( $arg ),* )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 223 | bail_op_err!("type mismatch: expected {} but nothing on stack", desc) [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.78.2/src/operators_validator.rs:45:50 [INFO] [stdout] | [INFO] [stdout] 45 | return Err(format_op_err!( $( $arg ),* )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 237 | / bail_op_err!( [INFO] [stdout] 238 | | "type mismatch: expected {}, found {}", [INFO] [stdout] 239 | | ty_to_str(expected_ty), [INFO] [stdout] 240 | | ty_to_str(actual_ty) [INFO] [stdout] 241 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.78.2/src/operators_validator.rs:45:50 [INFO] [stdout] | [INFO] [stdout] 45 | return Err(format_op_err!( $( $arg ),* )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 325 | None => bail_op_err!("unknown label: branch depth too large"), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.78.2/src/operators_validator.rs:45:50 [INFO] [stdout] | [INFO] [stdout] 45 | return Err(format_op_err!( $( $arg ),* )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 343 | None => bail_op_err!("unknown memory {}", memory_index), [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.78.2/src/operators_validator.rs:45:50 [INFO] [stdout] | [INFO] [stdout] 45 | return Err(format_op_err!( $( $arg ),* )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 794 | Some(_) => bail_op_err!("type mismatch: select only takes integral types"), [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.78.2/src/operators_validator.rs:45:50 [INFO] [stdout] | [INFO] [stdout] 45 | return Err(format_op_err!( $( $arg ),* )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1887 | None => bail_op_err!("unknown table {}: table index out of bounds", table), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.78.2/src/operators_validator.rs:45:50 [INFO] [stdout] | [INFO] [stdout] 45 | return Err(format_op_err!( $( $arg ),* )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1891 | None => bail_op_err!( [INFO] [stdout] | _____________________________- [INFO] [stdout] 1892 | | "unknown elem segment {}: segment index out of bounds", [INFO] [stdout] 1893 | | segment [INFO] [stdout] 1894 | | ), [INFO] [stdout] | |_____________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Compiling wasmtime-cache v0.27.0 [INFO] [stderr] Checking leb128 v0.2.4 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking take_mut v0.2.2 [INFO] [stderr] Checking base-x v0.2.8 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling bindgen v0.57.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Checking ip_network v0.3.4 [INFO] [stderr] Checking mio-named-pipes v0.1.7 [INFO] [stderr] Compiling sc-consensus-slots v0.9.0 (https://github.com/paritytech/substrate.git?rev=d6c33e7ec313f9bd5e319dc0a5a3ace5543f9617#d6c33e7e) [INFO] [stderr] Compiling camino v1.0.4 [INFO] [stderr] Checking retain_mut v0.1.3 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Checking openssl-probe v0.1.4 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Checking futures-timer v2.0.2 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Compiling names v0.11.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking safe-mix v1.0.1 [INFO] [stderr] Checking quick-error v2.0.1 [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling value-bag v1.0.0-alpha.7 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] error: could not compile `wasmparser` [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" "69d01af40a6601cf09a3c68fbf484f1773d8e49f03ac219a662f3142a944883a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69d01af40a6601cf09a3c68fbf484f1773d8e49f03ac219a662f3142a944883a", kill_on_drop: false }` [INFO] [stdout] 69d01af40a6601cf09a3c68fbf484f1773d8e49f03ac219a662f3142a944883a