[INFO] cloning repository https://github.com/tonyb983/rust-note-cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tonyb983/rust-note-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftonyb983%2Frust-note-cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftonyb983%2Frust-note-cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 66b80f9358b171d362c5f0bb43055696f86a589c [INFO] testing tonyb983/rust-note-cli 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%2Ftonyb983%2Frust-note-cli" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tonyb983/rust-note-cli 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/tonyb983/rust-note-cli [INFO] finished tweaking git repo https://github.com/tonyb983/rust-note-cli [INFO] tweaked toml for git repo https://github.com/tonyb983/rust-note-cli written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/tonyb983/rust-note-cli 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] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6cb5c7b8fe75bdba56d4abacb5ecee81be46c34afbcea897ac0e9c33ccf5a52a [INFO] running `Command { std: "docker" "start" "-a" "6cb5c7b8fe75bdba56d4abacb5ecee81be46c34afbcea897ac0e9c33ccf5a52a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6cb5c7b8fe75bdba56d4abacb5ecee81be46c34afbcea897ac0e9c33ccf5a52a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cb5c7b8fe75bdba56d4abacb5ecee81be46c34afbcea897ac0e9c33ccf5a52a", kill_on_drop: false }` [INFO] [stdout] 6cb5c7b8fe75bdba56d4abacb5ecee81be46c34afbcea897ac0e9c33ccf5a52a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9e93dfa20369c36684ef535ca8ea61cbfdf343b211f17e7435a670e025301366 [INFO] running `Command { std: "docker" "start" "-a" "9e93dfa20369c36684ef535ca8ea61cbfdf343b211f17e7435a670e025301366", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling signal-hook v0.3.9 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Compiling utf8parse v0.2.0 [INFO] [stderr] Compiling ansi_term v0.7.5 [INFO] [stderr] Compiling barrel v0.6.5 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling os_str_bytes v2.4.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling strum v0.8.0 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling beef v0.5.0 [INFO] [stderr] Compiling strum v0.21.0 [INFO] [stderr] Compiling zeroize v1.3.0 [INFO] [stderr] Compiling seahorse v1.1.2 [INFO] [stderr] Compiling rustversion v1.0.5 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling nix v0.19.1 [INFO] [stderr] Compiling defer-drop v1.0.1 [INFO] [stderr] Compiling timer v0.2.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling textwrap v0.12.1 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling cli v0.1.0 (/opt/rustwide/workdir/crates/cli) [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling signal-hook-mio v0.2.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling crossterm v0.20.0 [INFO] [stderr] Compiling may_queue v0.1.8 [INFO] [stderr] Compiling generator v0.7.0 [INFO] [stderr] Compiling may v0.3.19 [INFO] [stderr] Compiling spinner v0.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.1 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling strum_macros v0.8.0 [INFO] [stderr] Compiling crossbeam v0.8.1 [INFO] [stderr] Compiling vte v0.9.0 [INFO] [stderr] Compiling spinners v1.2.0 [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling tuikit v0.4.5 [INFO] [stderr] Compiling indicatif v0.16.2 [INFO] [stderr] Compiling dialoguer v0.8.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling structopt-derive v0.4.15 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Compiling strum_macros v0.21.1 [INFO] [stderr] Compiling concat-idents v1.1.3 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling pflag v0.6.2 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pflag-0.6.2/src/lib.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | #![feature(const_type_id)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pflag-0.6.2/src/lib.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 38 | #![feature(type_name_of_val)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pflag-0.6.2/src/lib.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | #![feature(test)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pflag-0.6.2/src/lib.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 40 | #![feature(duration_constants)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pflag` due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "9e93dfa20369c36684ef535ca8ea61cbfdf343b211f17e7435a670e025301366", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e93dfa20369c36684ef535ca8ea61cbfdf343b211f17e7435a670e025301366", kill_on_drop: false }` [INFO] [stdout] 9e93dfa20369c36684ef535ca8ea61cbfdf343b211f17e7435a670e025301366