[INFO] cloning repository https://github.com/andjo403/Tracelogging [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andjo403/Tracelogging" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandjo403%2FTracelogging", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandjo403%2FTracelogging'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a27f98739cc962a77c7d89501494622e6466dc15 [INFO] testing andjo403/Tracelogging 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%2Fandjo403%2FTracelogging" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andjo403/Tracelogging 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/andjo403/Tracelogging [INFO] finished tweaking git repo https://github.com/andjo403/Tracelogging [INFO] tweaked toml for git repo https://github.com/andjo403/Tracelogging written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/andjo403/Tracelogging 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 66618c8c086bd7de77e16824f98036e7b2115bb27d78c431a04c141131f30af9 [INFO] running `Command { std: "docker" "start" "-a" "66618c8c086bd7de77e16824f98036e7b2115bb27d78c431a04c141131f30af9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "66618c8c086bd7de77e16824f98036e7b2115bb27d78c431a04c141131f30af9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66618c8c086bd7de77e16824f98036e7b2115bb27d78c431a04c141131f30af9", kill_on_drop: false }` [INFO] [stdout] 66618c8c086bd7de77e16824f98036e7b2115bb27d78c431a04c141131f30af9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 38cf2bdd655052f435a4a4a6afa2500749a0e98776afc5df9a9602986bccb492 [INFO] running `Command { std: "docker" "start" "-a" "38cf2bdd655052f435a4a4a6afa2500749a0e98776afc5df9a9602986bccb492", kill_on_drop: false }` [INFO] [stderr] Compiling tracelogging v0.1.0 (/opt/rustwide/workdir/tracelogging) [INFO] [stdout] error: `$event:expr` may be followed by `$vars:ident`, which is not allowed for `expr` fragments [INFO] [stdout] --> tracelogging/src/internal_macros.rs:39:53 [INFO] [stdout] | [INFO] [stdout] 39 | ( $handle:expr, $funk:ident $event:expr $(,)? $($vars:ident),* $(,)? ) => {{ [INFO] [stdout] | ^^^^^^^^^^^ not allowed after `expr` fragments [INFO] [stdout] | [INFO] [stdout] = note: allowed there are: `=>`, `,` or `;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `$exp:expr` may be followed by `$arg:ident`, which is not allowed for `expr` fragments [INFO] [stdout] --> tracelogging/src/lib.rs:48:52 [INFO] [stdout] | [INFO] [stdout] 48 | ( $handle:expr, $name:expr , $exp:expr $(,)? $($arg:ident),* $(,)? ) => { [INFO] [stdout] | ^^^^^^^^^^ not allowed after `expr` fragments [INFO] [stdout] | [INFO] [stdout] = note: allowed there are: `=>`, `,` or `;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `$exp:expr` may be followed by `$arg:ident`, which is not allowed for `expr` fragments [INFO] [stdout] --> tracelogging/src/lib.rs:60:52 [INFO] [stdout] | [INFO] [stdout] 60 | ( $handle:expr, $name:expr , $exp:expr $(,)? $($arg:ident),* $(,)? ) => { [INFO] [stdout] | ^^^^^^^^^^ not allowed after `expr` fragments [INFO] [stdout] | [INFO] [stdout] = note: allowed there are: `=>`, `,` or `;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> tracelogging/src/internal.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use winapi::{ [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> tracelogging/src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(const_str_as_bytes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> tracelogging/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_slice_len)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> tracelogging/src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(const_str_len)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> tracelogging/src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(const_raw_ptr_deref)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `const_raw_ptr_deref` has been stable since 1.58.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_raw_ptr_deref` has been stable since 1.58.0 and no longer requires an attribute to enable [INFO] [stdout] --> tracelogging/src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(const_raw_ptr_deref)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> tracelogging/src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(const_str_as_bytes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> tracelogging/src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_slice_len)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> tracelogging/src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(const_str_len)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_slice_len` has been stable since 1.39.0 and no longer requires an attribute to enable [INFO] [stdout] --> tracelogging/src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_slice_len)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_str_len` has been stable since 1.39.0 and no longer requires an attribute to enable [INFO] [stdout] --> tracelogging/src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(const_str_len)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `const_str_as_bytes` [INFO] [stdout] --> tracelogging/src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(const_str_as_bytes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0554, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tracelogging` due to 13 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "38cf2bdd655052f435a4a4a6afa2500749a0e98776afc5df9a9602986bccb492", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38cf2bdd655052f435a4a4a6afa2500749a0e98776afc5df9a9602986bccb492", kill_on_drop: false }` [INFO] [stdout] 38cf2bdd655052f435a4a4a6afa2500749a0e98776afc5df9a9602986bccb492