[INFO] fetching crate rapid-cli 0.6.0...
[INFO] checking rapid-cli-0.6.0 against try#943e2200e35c3825486c4671b6cab0107a07f8c1 for pr-148952
[INFO] extracting crate rapid-cli 0.6.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate rapid-cli 0.6.0
[INFO] finished tweaking crates.io crate rapid-cli 0.6.0
[INFO] tweaked toml for crates.io crate rapid-cli 0.6.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rapid-cli 0.6.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 rapid-cli 0.6.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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 0063b8921ac6d9cede6fe79aefa7aaa6fc45208526458d19c373f8ed144d3f4c
[INFO] running `Command { std: "docker" "start" "-a" "0063b8921ac6d9cede6fe79aefa7aaa6fc45208526458d19c373f8ed144d3f4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0063b8921ac6d9cede6fe79aefa7aaa6fc45208526458d19c373f8ed144d3f4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0063b8921ac6d9cede6fe79aefa7aaa6fc45208526458d19c373f8ed144d3f4c", kill_on_drop: false }`
[INFO] [stdout] 0063b8921ac6d9cede6fe79aefa7aaa6fc45208526458d19c373f8ed144d3f4c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 7e5f76af11982c0a52e9e28c587f87095b0581c51842902102e47e56d279a16a
[INFO] running `Command { std: "docker" "start" "-a" "7e5f76af11982c0a52e9e28c587f87095b0581c51842902102e47e56d279a16a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling rustix v0.38.8
[INFO] [stderr]     Checking linux-raw-sys v0.4.5
[INFO] [stderr]     Checking bitflags v2.3.3
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling serde v1.0.183
[INFO] [stderr]     Checking smallvec v1.11.0
[INFO] [stderr]    Compiling serde_derive v1.0.183
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking aho-corasick v1.0.3
[INFO] [stderr]     Checking regex-syntax v0.7.4
[INFO] [stderr]    Compiling cpufeatures v0.2.9
[INFO] [stderr]     Checking anstyle-parse v0.2.1
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]     Checking hashbrown v0.14.0
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling libm v0.2.7
[INFO] [stderr]     Checking anstyle v1.0.1
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking smawk v0.3.1
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking winnow v0.5.7
[INFO] [stderr]     Checking textwrap v0.15.2
[INFO] [stderr]    Compiling quote v1.0.32
[INFO] [stderr]     Checking fastrand v2.0.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking termcolor v1.2.0
[INFO] [stderr]     Checking clap_lex v0.5.0
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking indexmap v2.0.0
[INFO] [stderr]     Checking spinach v2.1.0
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]    Compiling syn v2.0.28
[INFO] [stderr]     Checking colorful v0.2.2
[INFO] [stderr]     Checking tiny-gradient v0.1.0
[INFO] [stderr]    Compiling include_dir_macros v0.7.3
[INFO] [stderr]     Checking sha2 v0.10.7
[INFO] [stderr]     Checking include_dir v0.7.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking nix v0.26.2
[INFO] [stderr]     Checking terminal-supports-emoji v0.1.3
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking terminal-emoji v0.4.1
[INFO] [stderr]     Checking rust-embed-utils v7.8.1
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking crossterm v0.25.0
[INFO] [stderr]     Checking regex-automata v0.3.6
[INFO] [stderr]     Checking requestty-ui v0.5.0
[INFO] [stderr]     Checking tui v0.19.0
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]     Checking tempfile v3.7.1
[INFO] [stderr]     Checking anstream v0.3.2
[INFO] [stderr]     Checking ctrlc v3.4.0
[INFO] [stderr]     Checking clap_builder v4.3.21
[INFO] [stderr]     Checking requestty v0.5.0
[INFO] [stderr]     Checking toml_datetime v0.6.3
[INFO] [stderr]     Checking serde_spanned v0.6.3
[INFO] [stderr]     Checking toml_edit v0.19.14
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]     Checking regex v1.9.3
[INFO] [stderr]    Compiling rust-embed-impl v6.8.1
[INFO] [stderr]    Compiling clap_derive v4.3.12
[INFO] [stderr]     Checking env_logger v0.10.0
[INFO] [stderr]     Checking pretty_env_logger v0.5.0
[INFO] [stderr]     Checking rust-embed v6.8.1
[INFO] [stderr]     Checking toml v0.7.6
[INFO] [stderr]     Checking clap v4.3.21
[INFO] [stderr]     Checking rapid-cli v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/commands/new.rs:21:31
[INFO] [stdout]    |
[INFO] [stdout] 21 | static PROJECT_DIR: Dir<'_> = include_dir!("$CARGO_MANIFEST_DIR/templates/server");
[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 static 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] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/commands/new.rs:21:31
[INFO] [stdout]    |
[INFO] [stdout] 21 | static PROJECT_DIR: Dir<'_> = include_dir!("$CARGO_MANIFEST_DIR/templates/server");
[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 static 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] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/commands/new.rs:22:29
[INFO] [stdout]    |
[INFO] [stdout] 22 | static REMIX_DIR: Dir<'_> = include_dir!("$CARGO_MANIFEST_DIR/templates/remix");
[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 static 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] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/commands/new.rs:22:29
[INFO] [stdout]    |
[INFO] [stdout] 22 | static REMIX_DIR: Dir<'_> = include_dir!("$CARGO_MANIFEST_DIR/templates/remix");
[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 static 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] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/commands/new.rs:23:30
[INFO] [stdout]    |
[INFO] [stdout] 23 | static NEXTJS_DIR: Dir<'_> = include_dir!("$CARGO_MANIFEST_DIR/templates/nextjs");
[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 static 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] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/commands/new.rs:23:30
[INFO] [stdout]    |
[INFO] [stdout] 23 | static NEXTJS_DIR: Dir<'_> = include_dir!("$CARGO_MANIFEST_DIR/templates/nextjs");
[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 static 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] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/commands/new.rs:24:43
[INFO] [stdout]    |
[INFO] [stdout] 24 | static REMIX_WITHOUT_CLERK_DIR: Dir<'_> = include_dir!("$CARGO_MANIFEST_DIR/templates/remix-without-clerk");
[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 static 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] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/commands/new.rs:24:43
[INFO] [stdout]    |
[INFO] [stdout] 24 | static REMIX_WITHOUT_CLERK_DIR: Dir<'_> = include_dir!("$CARGO_MANIFEST_DIR/templates/remix-without-clerk");
[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 static 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 `rapid-cli` (lib test) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rapid-cli` (lib) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "7e5f76af11982c0a52e9e28c587f87095b0581c51842902102e47e56d279a16a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e5f76af11982c0a52e9e28c587f87095b0581c51842902102e47e56d279a16a", kill_on_drop: false }`
[INFO] [stdout] 7e5f76af11982c0a52e9e28c587f87095b0581c51842902102e47e56d279a16a
