[INFO] fetching crate jay-cli 1.1.0...
[INFO] checking jay-cli-1.1.0 against try#943e2200e35c3825486c4671b6cab0107a07f8c1 for pr-148952
[INFO] extracting crate jay-cli 1.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate jay-cli 1.1.0
[INFO] finished tweaking crates.io crate jay-cli 1.1.0
[INFO] tweaked toml for crates.io crate jay-cli 1.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate jay-cli 1.1.0 on toolchain 943e2200e35c3825486c4671b6cab0107a07f8c1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate jay-cli 1.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 565e85f6333aee2c4e5bc5d3a8626cd613ef81b0408a105f7c3297a3996f9622
[INFO] running `Command { std: "docker" "start" "-a" "565e85f6333aee2c4e5bc5d3a8626cd613ef81b0408a105f7c3297a3996f9622", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "565e85f6333aee2c4e5bc5d3a8626cd613ef81b0408a105f7c3297a3996f9622", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "565e85f6333aee2c4e5bc5d3a8626cd613ef81b0408a105f7c3297a3996f9622", kill_on_drop: false }`
[INFO] [stdout] 565e85f6333aee2c4e5bc5d3a8626cd613ef81b0408a105f7c3297a3996f9622
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 572cc0deac0b752c83907651a99c2043f2cfd896527d843453fe174c74f2c01a
[INFO] running `Command { std: "docker" "start" "-a" "572cc0deac0b752c83907651a99c2043f2cfd896527d843453fe174c74f2c01a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]     Checking smallvec v1.11.0
[INFO] [stderr]     Checking pin-project-lite v0.2.10
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling openssl-sys v0.9.90
[INFO] [stderr]     Checking bytes v1.4.0
[INFO] [stderr]    Compiling tokio v1.29.1
[INFO] [stderr]    Compiling rustix v0.38.4
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]     Checking linux-raw-sys v0.4.3
[INFO] [stderr]     Checking bitflags v2.3.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling openssl v0.10.55
[INFO] [stderr]     Checking encoding_rs v0.8.32
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking bytemuck v1.13.1
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]    Compiling serde v1.0.171
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling thiserror v1.0.43
[INFO] [stderr]     Checking anstyle-parse v0.2.1
[INFO] [stderr]     Checking aho-corasick v1.0.2
[INFO] [stderr]    Compiling minimp3-sys v0.3.2
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]     Checking anstyle v1.0.1
[INFO] [stderr]    Compiling quote v1.0.31
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]     Checking regex-syntax v0.7.4
[INFO] [stderr]    Compiling cpal v0.15.2
[INFO] [stderr]     Checking symphonia-core v0.5.3
[INFO] [stderr]    Compiling portable-atomic v1.4.1
[INFO] [stderr]    Compiling syn v2.0.26
[INFO] [stderr]    Compiling serde_json v1.0.103
[INFO] [stderr]     Checking ogg v0.8.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling anyhow v1.0.72
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]    Compiling async-trait v0.1.72
[INFO] [stderr]     Checking clap_lex v0.5.0
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking lewton v0.10.2
[INFO] [stderr]     Checking url v2.4.0
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]    Compiling include_dir_macros v0.7.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking symphonia-metadata v0.5.3
[INFO] [stderr]     Checking regex-automata v0.3.3
[INFO] [stderr]     Checking anstream v0.3.2
[INFO] [stderr]     Checking newline-converter v0.2.2
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]     Checking slice-ring-buffer v0.3.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking console v0.15.7
[INFO] [stderr]     Checking crossterm v0.25.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking clap_builder v4.3.16
[INFO] [stderr]     Checking iana-time-zone v0.1.57
[INFO] [stderr]     Checking symphonia-bundle-mp3 v0.5.3
[INFO] [stderr]     Checking hound v3.5.0
[INFO] [stderr]     Checking claxon v0.4.3
[INFO] [stderr]     Checking ipnet v2.8.0
[INFO] [stderr]     Checking dyn-clone v1.0.12
[INFO] [stderr]     Checking base64 v0.21.2
[INFO] [stderr]     Checking indicatif v0.17.5
[INFO] [stderr]     Checking alsa v0.7.0
[INFO] [stderr]     Checking chrono v0.4.26
[INFO] [stderr]     Checking include_dir v0.7.3
[INFO] [stderr]     Checking colored v2.0.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking crossbeam v0.8.2
[INFO] [stderr]     Checking symphonia v0.5.3
[INFO] [stderr]     Checking regex v1.9.1
[INFO] [stderr]     Checking env_logger v0.10.0
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.171
[INFO] [stderr]    Compiling thiserror-impl v1.0.43
[INFO] [stderr]    Compiling clap_derive v4.3.12
[INFO] [stderr]     Checking rodio v0.17.1
[INFO] [stderr]     Checking minimp3_fixed v0.5.4
[INFO] [stderr]     Checking inquire v0.6.2
[INFO] [stderr]     Checking clap v4.3.16
[INFO] [stderr]     Checking tokio-util v0.7.8
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.20
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking hyper v0.14.27
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.18
[INFO] [stderr]     Checking jay-cli v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/utils.rs:13:26
[INFO] [stdout]    |
[INFO] [stdout] 13 | const PROJECT_DIR: Dir = include_dir!("./playlist");
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                          |                        |
[INFO] [stdout]    |                          |                        temporary value is freed at the end of this statement
[INFO] [stdout]    |                          creates a temporary value which is freed while still in use
[INFO] [stdout]    |                          using this value as a constant requires that borrow lasts for `'static`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_dir` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `jay-cli` (bin "jay-cli" test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/utils.rs:13:26
[INFO] [stdout]    |
[INFO] [stdout] 13 | const PROJECT_DIR: Dir = include_dir!("./playlist");
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                          |                        |
[INFO] [stdout]    |                          |                        temporary value is freed at the end of this statement
[INFO] [stdout]    |                          creates a temporary value which is freed while still in use
[INFO] [stdout]    |                          using this value as a constant requires that borrow lasts for `'static`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_dir` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `jay-cli` (bin "jay-cli") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "572cc0deac0b752c83907651a99c2043f2cfd896527d843453fe174c74f2c01a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "572cc0deac0b752c83907651a99c2043f2cfd896527d843453fe174c74f2c01a", kill_on_drop: false }`
[INFO] [stdout] 572cc0deac0b752c83907651a99c2043f2cfd896527d843453fe174c74f2c01a
