[INFO] cloning repository https://github.com/Fedomn/query-engine-rs-playground [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Fedomn/query-engine-rs-playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFedomn%2Fquery-engine-rs-playground", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFedomn%2Fquery-engine-rs-playground'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3dbe00988786bf096ac7180524b2f3852c28dd73 [INFO] documenting Fedomn/query-engine-rs-playground against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFedomn%2Fquery-engine-rs-playground" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Fedomn/query-engine-rs-playground on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-8/source/rust-toolchain [INFO] started tweaking git repo https://github.com/Fedomn/query-engine-rs-playground [INFO] finished tweaking git repo https://github.com/Fedomn/query-engine-rs-playground [INFO] tweaked toml for git repo https://github.com/Fedomn/query-engine-rs-playground written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/Fedomn/query-engine-rs-playground already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 81a1d115faf7c4e23494d223fa56ab400cc1fceeee55ff7869111b6b3df7553c [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" "81a1d115faf7c4e23494d223fa56ab400cc1fceeee55ff7869111b6b3df7553c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81a1d115faf7c4e23494d223fa56ab400cc1fceeee55ff7869111b6b3df7553c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81a1d115faf7c4e23494d223fa56ab400cc1fceeee55ff7869111b6b3df7553c", kill_on_drop: false }` [INFO] [stdout] 81a1d115faf7c4e23494d223fa56ab400cc1fceeee55ff7869111b6b3df7553c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "RUSTDOCFLAGS=--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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--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] 84ef6f0d5f6d02f30d810d1d1c0380cd8b39c920cfd5691e02afc16cd18f64ef [INFO] running `Command { std: "docker" "start" "-a" "84ef6f0d5f6d02f30d810d1d1c0380cd8b39c920cfd5691e02afc16cd18f64ef", 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] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling packed_simd_2 v0.3.7 [INFO] [stderr] Checking slab v0.4.6 [INFO] [stderr] Checking ryu v1.0.10 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Checking itoa v1.0.2 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Checking strum v0.23.0 [INFO] [stderr] Checking once_cell v1.10.0 [INFO] [stderr] Checking half v1.8.2 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking lexical-util v0.8.3 [INFO] [stderr] Checking parking_lot_core v0.9.3 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Checking mio v0.8.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking lexical-parse-integer v0.8.3 [INFO] [stderr] Checking lexical-write-integer v0.8.3 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking lexical-parse-float v0.8.3 [INFO] [stderr] Checking lexical-write-float v0.8.4 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking parking_lot v0.12.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Checking lexical-core v0.8.3 [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/packed_simd_2-0.3.7/src/lib.rs:214:1 [INFO] [stdout] | [INFO] [stdout] 214 | / #![feature( [INFO] [stdout] 215 | | adt_const_params, [INFO] [stdout] 216 | | repr_simd, [INFO] [stdout] 217 | | rustc_attrs, [INFO] [stdout] ... | [INFO] [stdout] 226 | | custom_inner_attributes, [INFO] [stdout] 227 | | )] [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = help: the feature `aarch64_target_feature` has been stable since 1.61.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking regex v1.5.5 [INFO] [stderr] Checking num-complex v0.4.1 [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/packed_simd_2-0.3.7/src/lib.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | stdsimd, [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/packed_simd_2-0.3.7/src/lib.rs:223:5 [INFO] [stdout] | [INFO] [stdout] 223 | core_intrinsics, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Checking serde_json v1.0.81 [INFO] [stderr] Checking csv v1.1.6 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling strum_macros v0.23.1 [INFO] [stderr] Compiling multiversion-macros v0.6.1 [INFO] [stderr] Compiling futures-async-stream-macro v0.2.5 [INFO] [stderr] Compiling tokio-macros v1.7.0 [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/futures-async-stream-macro-0.2.5/src/lib.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | #![feature(proc_macro_def_site)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `futures-async-stream-macro` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 3 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 `packed_simd_2` due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "84ef6f0d5f6d02f30d810d1d1c0380cd8b39c920cfd5691e02afc16cd18f64ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84ef6f0d5f6d02f30d810d1d1c0380cd8b39c920cfd5691e02afc16cd18f64ef", kill_on_drop: false }` [INFO] [stdout] 84ef6f0d5f6d02f30d810d1d1c0380cd8b39c920cfd5691e02afc16cd18f64ef