[INFO] cloning repository https://github.com/ashuralyk/axon-contracts [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ashuralyk/axon-contracts" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fashuralyk%2Faxon-contracts", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fashuralyk%2Faxon-contracts'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 07a1a45505a2c7a21c674e22a1b4280431fa80ca [INFO] testing ashuralyk/axon-contracts against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fashuralyk%2Faxon-contracts" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ashuralyk/axon-contracts on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ashuralyk/axon-contracts [INFO] finished tweaking git repo https://github.com/ashuralyk/axon-contracts [INFO] tweaked toml for git repo https://github.com/ashuralyk/axon-contracts written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/ashuralyk/axon-contracts already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /workspace/builds/worker-4/source/contracts/common/protocol/moleculec-c2/Cargo.toml [INFO] [stderr] workspace: /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 0b53c9c965e81738f7cebc638b3ddd30d73767fee957fb5adc5de47089481a3b [INFO] running `Command { std: "docker" "start" "-a" "0b53c9c965e81738f7cebc638b3ddd30d73767fee957fb5adc5de47089481a3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b53c9c965e81738f7cebc638b3ddd30d73767fee957fb5adc5de47089481a3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b53c9c965e81738f7cebc638b3ddd30d73767fee957fb5adc5de47089481a3b", kill_on_drop: false }` [INFO] [stdout] 0b53c9c965e81738f7cebc638b3ddd30d73767fee957fb5adc5de47089481a3b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 1ff8581c9bc072490ed71af37f4fddaa2f82f61aa5c3b956abd8e13f4258baf0 [INFO] running `Command { std: "docker" "start" "-a" "1ff8581c9bc072490ed71af37f4fddaa2f82f61aa5c3b956abd8e13f4258baf0", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /opt/rustwide/workdir/contracts/common/protocol/moleculec-c2/Cargo.toml [INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml [INFO] [stderr] Compiling syn v1.0.84 [INFO] [stderr] Compiling serde v1.0.132 [INFO] [stderr] Compiling faster-hex v0.6.1 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Compiling anyhow v1.0.52 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling eaglesong v0.1.0 [INFO] [stderr] Compiling ckb-constant v0.100.0 [INFO] [stderr] Compiling molecule2 v0.1.0 (/opt/rustwide/workdir/contracts/common/protocol/moleculec-c2) [INFO] [stderr] Compiling ckb-vm-definitions v0.20.0-rc5 [INFO] [stderr] Compiling buddy-alloc v0.4.1 [INFO] [stderr] Compiling secp256k1 v0.1.0 (/opt/rustwide/workdir/contracts/common/secp256k1) [INFO] [stderr] Compiling ckb-script v0.100.0 [INFO] [stderr] Compiling unsigned-varint v0.6.0 [INFO] [stderr] Compiling tentacle-secio v0.5.1 [INFO] [stderr] Compiling ckb-always-success-script v0.0.1 [INFO] [stderr] Compiling blake2b-rs v0.1.5 [INFO] [stderr] Compiling secp256k1-sys v0.3.0 [INFO] [stderr] Compiling ckb-std v0.9.0 [INFO] [stderr] Compiling ckb-vm v0.20.0-rc5 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling merkle-cbt v0.3.0 [INFO] [stderr] Compiling protocol v0.1.0 (/opt/rustwide/workdir/contracts/common/protocol) [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling mapr v0.8.0 [INFO] [stderr] Compiling cstr_core v0.2.4 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> contracts/common/protocol/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(asm)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> contracts/common/protocol/src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(lang_items)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> contracts/common/protocol/src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(alloc_error_handler)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> contracts/common/protocol/src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #![feature(panic_info_message)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> contracts/common/protocol/src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(asm)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> contracts/common/protocol/src/lib.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | #![feature(panic_info_message)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `asm` has been stable since 1.59.0 and no longer requires an attribute to enable [INFO] [stdout] --> contracts/common/protocol/src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(asm)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `protocol` due to 7 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "1ff8581c9bc072490ed71af37f4fddaa2f82f61aa5c3b956abd8e13f4258baf0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ff8581c9bc072490ed71af37f4fddaa2f82f61aa5c3b956abd8e13f4258baf0", kill_on_drop: false }` [INFO] [stdout] 1ff8581c9bc072490ed71af37f4fddaa2f82f61aa5c3b956abd8e13f4258baf0