[INFO] cloning repository https://github.com/orsinium-labs/rlci
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/orsinium-labs/rlci" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Forsinium-labs%2Frlci", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Forsinium-labs%2Frlci'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ce66074be7020ad0c2014bb4889119f658ebee7b
[INFO] checking orsinium-labs/rlci against try#943e2200e35c3825486c4671b6cab0107a07f8c1 for pr-148952
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Forsinium-labs%2Frlci" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/orsinium-labs/rlci
[INFO] finished tweaking git repo https://github.com/orsinium-labs/rlci
[INFO] tweaked toml for git repo https://github.com/orsinium-labs/rlci written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/orsinium-labs/rlci 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 git repo https://github.com/orsinium-labs/rlci 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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 4642f3c588495f8ae327b07db9ab17fee551926236e90ab3d04a68043c535b78
[INFO] running `Command { std: "docker" "start" "-a" "4642f3c588495f8ae327b07db9ab17fee551926236e90ab3d04a68043c535b78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4642f3c588495f8ae327b07db9ab17fee551926236e90ab3d04a68043c535b78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4642f3c588495f8ae327b07db9ab17fee551926236e90ab3d04a68043c535b78", kill_on_drop: false }`
[INFO] [stdout] 4642f3c588495f8ae327b07db9ab17fee551926236e90ab3d04a68043c535b78
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 9e4ea7da7874f722e292ce366cb3e2a5b961755fdd6e4c00ba17bee79b0e9897
[INFO] running `Command { std: "docker" "start" "-a" "9e4ea7da7874f722e292ce366cb3e2a5b961755fdd6e4c00ba17bee79b0e9897", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling rustix v0.38.25
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.11
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking anstyle-parse v0.2.2
[INFO] [stderr]     Checking anstyle-query v1.0.0
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking futures-sink v0.3.29
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking anstyle v1.0.4
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking anstream v0.6.4
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]     Checking clap_lex v0.6.0
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]     Checking futures-io v0.3.29
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking clap_builder v4.4.8
[INFO] [stderr]    Compiling rstest_macros v0.18.2
[INFO] [stderr]    Compiling include_dir_macros v0.7.3
[INFO] [stderr]     Checking home v0.5.5
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking include_dir v0.7.3
[INFO] [stderr]     Checking anyhow v1.0.75
[INFO] [stderr]    Compiling relative-path v1.9.0
[INFO] [stderr]     Checking futures-timer v3.0.2
[INFO] [stderr]     Checking fd-lock v3.0.13
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]     Checking colored v2.0.4
[INFO] [stderr]     Checking rustyline v12.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]     Checking pest v2.7.5
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]     Checking clap v4.4.8
[INFO] [stderr]    Compiling pest_meta v2.7.5
[INFO] [stderr]    Compiling pest_generator v2.7.5
[INFO] [stderr]     Checking futures-executor v0.3.29
[INFO] [stderr]     Checking futures v0.3.29
[INFO] [stderr]    Compiling pest_derive v2.7.5
[INFO] [stderr]     Checking rlci v1.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]  --> src/interpreter/stdlib.rs:9:26
[INFO] [stdout]   |
[INFO] [stdout] 9 | static STDLIB_DIR: Dir = include_dir!("./src/stdlib");
[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] [stderr]     Checking rstest v0.18.2
[INFO] [stderr] error: could not compile `rlci` (lib) due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]  --> src/interpreter/stdlib.rs:9:26
[INFO] [stdout]   |
[INFO] [stdout] 9 | static STDLIB_DIR: Dir = include_dir!("./src/stdlib");
[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 `rlci` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "9e4ea7da7874f722e292ce366cb3e2a5b961755fdd6e4c00ba17bee79b0e9897", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e4ea7da7874f722e292ce366cb3e2a5b961755fdd6e4c00ba17bee79b0e9897", kill_on_drop: false }`
[INFO] [stdout] 9e4ea7da7874f722e292ce366cb3e2a5b961755fdd6e4c00ba17bee79b0e9897
