[INFO] cloning repository https://github.com/edison-moreland/MusicScript
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/edison-moreland/MusicScript" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedison-moreland%2FMusicScript", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedison-moreland%2FMusicScript'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 39eecb0dce2df08031ec0d1741238a050801acc2
[INFO] building edison-moreland/MusicScript against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedison-moreland%2FMusicScript" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/edison-moreland/MusicScript
[INFO] finished tweaking git repo https://github.com/edison-moreland/MusicScript
[INFO] tweaked toml for git repo https://github.com/edison-moreland/MusicScript written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/edison-moreland/MusicScript on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/edison-moreland/MusicScript 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 863e9755b174dd074f4ccb119803569fe8104691ae78ecf328cd0e63f7536cae
[INFO] running `Command { std: "docker" "start" "-a" "863e9755b174dd074f4ccb119803569fe8104691ae78ecf328cd0e63f7536cae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "863e9755b174dd074f4ccb119803569fe8104691ae78ecf328cd0e63f7536cae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "863e9755b174dd074f4ccb119803569fe8104691ae78ecf328cd0e63f7536cae", kill_on_drop: false }`
[INFO] [stdout] 863e9755b174dd074f4ccb119803569fe8104691ae78ecf328cd0e63f7536cae
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 114526bad31f2b5cca9c7fd119559f4055abf2882e1ca66cde811fc584afc264
[INFO] running `Command { std: "docker" "start" "-a" "114526bad31f2b5cca9c7fd119559f4055abf2882e1ca66cde811fc584afc264", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling bytemuck v1.14.3
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling symphonia-core v0.5.3
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustfft v6.2.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling pkg-config v0.3.29
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling smallvec v1.13.1
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling strength_reduce v0.2.4
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling symphonia-metadata v0.5.3
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling lua-src v546.0.2
[INFO] [stderr]    Compiling symphonia-utils-xiph v0.5.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling which v6.0.0
[INFO] [stderr]    Compiling primal-check v0.3.3
[INFO] [stderr]    Compiling luajit-src v210.5.6+9cc2e42
[INFO] [stderr]    Compiling transpose v0.2.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling mlua-sys v0.5.1
[INFO] [stderr]    Compiling symphonia-format-ogg v0.5.3
[INFO] [stderr]    Compiling anstream v0.6.12
[INFO] [stderr]    Compiling symphonia-codec-vorbis v0.5.3
[INFO] [stderr]    Compiling symphonia-format-mkv v0.5.3
[INFO] [stderr]    Compiling symphonia-format-isomp4 v0.5.3
[INFO] [stderr]    Compiling symphonia-bundle-flac v0.5.3
[INFO] [stderr]    Compiling symphonia-bundle-mp3 v0.5.3
[INFO] [stderr]    Compiling symphonia-format-wav v0.5.3
[INFO] [stderr]    Compiling symphonia-codec-aac v0.5.3
[INFO] [stderr]    Compiling symphonia-codec-alac v0.5.3
[INFO] [stderr]    Compiling symphonia-codec-adpcm v0.5.3
[INFO] [stderr]    Compiling symphonia-codec-pcm v0.5.3
[INFO] [stderr]    Compiling strsim v0.11.0
[INFO] [stderr]    Compiling glam v0.24.2
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]    Compiling dyn-clone v1.0.16
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling clap_builder v4.5.1
[INFO] [stderr]    Compiling symphonia v0.5.3
[INFO] [stderr]    Compiling numeric-array v0.5.2
[INFO] [stderr]    Compiling duplicate v1.0.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.4
[INFO] [stderr]    Compiling clap_derive v4.5.0
[INFO] [stderr]    Compiling bstr v1.9.0
[INFO] [stderr]    Compiling rsor v0.1.4
[INFO] [stderr]    Compiling pin-project v1.1.4
[INFO] [stderr]    Compiling thingbuf v0.1.4
[INFO] [stderr]    Compiling realfft v3.3.0
[INFO] [stderr]    Compiling funutd v0.12.1
[INFO] [stderr]    Compiling fundsp v0.16.0
[INFO] [stderr]    Compiling clap v4.5.1
[INFO] [stderr]    Compiling mlua v0.9.5
[INFO] [stderr]    Compiling music_script v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `fundsp::hacker`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use fundsp::hacker::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: mlua v0.9.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "114526bad31f2b5cca9c7fd119559f4055abf2882e1ca66cde811fc584afc264", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "114526bad31f2b5cca9c7fd119559f4055abf2882e1ca66cde811fc584afc264", kill_on_drop: false }`
[INFO] [stdout] 114526bad31f2b5cca9c7fd119559f4055abf2882e1ca66cde811fc584afc264
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 78c448345b75a7a08c42ca933a2c4d59b6b89d72b05dde7705be5d8bb624790f
[INFO] running `Command { std: "docker" "start" "-a" "78c448345b75a7a08c42ca933a2c4d59b6b89d72b05dde7705be5d8bb624790f", kill_on_drop: false }`
[INFO] [stderr]    Compiling music_script v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `fundsp::hacker`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use fundsp::hacker::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.90s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: mlua v0.9.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "78c448345b75a7a08c42ca933a2c4d59b6b89d72b05dde7705be5d8bb624790f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78c448345b75a7a08c42ca933a2c4d59b6b89d72b05dde7705be5d8bb624790f", kill_on_drop: false }`
[INFO] [stdout] 78c448345b75a7a08c42ca933a2c4d59b6b89d72b05dde7705be5d8bb624790f
