[INFO] cloning repository https://github.com/sampersand/quest2 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sampersand/quest2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsampersand%2Fquest2", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsampersand%2Fquest2'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 98708531875b480a83503e0dac1e4995a7669fc7 [INFO] testing sampersand/quest2 against beta-2022-09-25 for beta-1.65-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsampersand%2Fquest2" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sampersand/quest2 on toolchain beta-2022-09-25 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-09-25" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sampersand/quest2 [INFO] finished tweaking git repo https://github.com/sampersand/quest2 [INFO] tweaked toml for git repo https://github.com/sampersand/quest2 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/sampersand/quest2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-09-25" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-09-25" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4469522d4978a0f5ba92c7d81f9540268f4511860209bfe37de6bb871884dde2 [INFO] running `Command { std: "docker" "start" "-a" "4469522d4978a0f5ba92c7d81f9540268f4511860209bfe37de6bb871884dde2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4469522d4978a0f5ba92c7d81f9540268f4511860209bfe37de6bb871884dde2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4469522d4978a0f5ba92c7d81f9540268f4511860209bfe37de6bb871884dde2", kill_on_drop: false }` [INFO] [stdout] 4469522d4978a0f5ba92c7d81f9540268f4511860209bfe37de6bb871884dde2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-09-25" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2cf2b248a14497f3ebc918bd163d24dae8baaac2c7ca29739ec8cb7471014907 [INFO] running `Command { std: "docker" "start" "-a" "2cf2b248a14497f3ebc918bd163d24dae8baaac2c7ca29739ec8cb7471014907", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling tracing-core v0.1.26 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling radix_fmt v1.0.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling tracing-subscriber v0.3.11 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hashbrown v0.12.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling dashmap v5.3.4 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling tracing-attributes v0.1.21 [INFO] [stderr] Compiling qvm-macros v0.1.0 (/opt/rustwide/workdir/macros) [INFO] [stderr] Compiling tracing v0.1.34 [INFO] [stderr] Compiling quest v0.2.0 (/opt/rustwide/workdir/quest) [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> quest/src/value/ty/macros.rs:60:3 [INFO] [stdout] | [INFO] [stdout] 60 | #[allow(clippy::redundant_closure_call)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: quest/src/value/ty/boundfn.rs:90:1 [INFO] [stdout] | [INFO] [stdout] 90 | / singleton_object! { [INFO] [stdout] 91 | | for BoundFnClass, [INFO] [stdout] 92 | | parentof Gc, [INFO] [stdout] 93 | | parent Callable; [INFO] [stdout] ... | [INFO] [stdout] 96 | | Intern::dbg => method!(dbg), [INFO] [stdout] 97 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `new_quest_scope` which comes from the expansion of the macro `singleton_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> quest/src/value/ty/macros.rs:60:3 [INFO] [stdout] | [INFO] [stdout] 60 | #[allow(clippy::redundant_closure_call)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: quest/src/value/ty/callable.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | / new_quest_scope! { [INFO] [stdout] 19 | | // "whatever" => Gc::::qs_ignore [INFO] [stdout] 20 | | } [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `new_quest_scope` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> quest/src/value/ty/macros.rs:60:3 [INFO] [stdout] | [INFO] [stdout] 60 | #[allow(clippy::redundant_closure_call)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: quest/src/value/ty/scope.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / singleton_object! { for ScopeClass, parentof Gc, parent Callable; [INFO] [stdout] 55 | | [INFO] [stdout] 56 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `new_quest_scope` which comes from the expansion of the macro `singleton_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `quest` due to 4 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2cf2b248a14497f3ebc918bd163d24dae8baaac2c7ca29739ec8cb7471014907", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cf2b248a14497f3ebc918bd163d24dae8baaac2c7ca29739ec8cb7471014907", kill_on_drop: false }` [INFO] [stdout] 2cf2b248a14497f3ebc918bd163d24dae8baaac2c7ca29739ec8cb7471014907