[INFO] cloning repository https://github.com/End-YYDS/plugin_system
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/End-YYDS/plugin_system" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEnd-YYDS%2Fplugin_system", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEnd-YYDS%2Fplugin_system'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 43e69e7428835f9c1bd22cfd6e94ca045071caae
[INFO] building End-YYDS/plugin_system against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEnd-YYDS%2Fplugin_system" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/End-YYDS/plugin_system
[INFO] finished tweaking git repo https://github.com/End-YYDS/plugin_system
[INFO] tweaked toml for git repo https://github.com/End-YYDS/plugin_system written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/End-YYDS/plugin_system on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/End-YYDS/plugin_system 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cpufeatures v0.2.13
[INFO] [stderr]   Downloaded cc v1.1.13
[INFO] [stderr]   Downloaded lazy-regex-proc_macros v3.2.0
[INFO] [stderr]   Downloaded uname v0.1.1
[INFO] [stderr]   Downloaded vte_generate_state_changes v0.1.2
[INFO] [stderr]   Downloaded lazy-regex v3.2.0
[INFO] [stderr]   Downloaded duckscript v0.8.0
[INFO] [stderr]   Downloaded which v6.0.2
[INFO] [stderr]   Downloaded java-properties v2.0.0
[INFO] [stderr]   Downloaded serde_ignored v0.1.10
[INFO] [stderr]   Downloaded filetime v0.2.24
[INFO] [stderr]   Downloaded serde_derive v1.0.208
[INFO] [stderr]   Downloaded serde v1.0.208
[INFO] [stderr]   Downloaded lenient_semver_parser v0.4.2
[INFO] [stderr]   Downloaded strip-ansi-escapes v0.2.0
[INFO] [stderr]   Downloaded lenient_semver_version_builder v0.4.2
[INFO] [stderr]   Downloaded bzip2 v0.4.4
[INFO] [stderr]   Downloaded globset v0.4.14
[INFO] [stderr]   Downloaded suppaftp v5.4.0
[INFO] [stderr]   Downloaded camino v1.1.8
[INFO] [stderr]   Downloaded zip v2.1.6
[INFO] [stderr]   Downloaded evalexpr v11.3.0
[INFO] [stderr]   Downloaded vte v0.11.1
[INFO] [stderr]   Downloaded attohttpc v0.26.1
[INFO] [stderr]   Downloaded ignore v0.4.22
[INFO] [stderr]   Downloaded indexmap v2.4.0
[INFO] [stderr]   Downloaded duckscriptsdk v0.9.3
[INFO] [stderr]   Downloaded serde_json v1.0.125
[INFO] [stderr]   Downloaded syn v2.0.74
[INFO] [stderr]   Downloaded fern v0.6.2
[INFO] [stderr]   Downloaded lenient_semver v0.4.2
[INFO] [stderr]   Downloaded bstr v1.10.0
[INFO] [stderr]   Downloaded winsafe v0.0.19
[INFO] [stderr]   Downloaded bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]   Downloaded libc v0.2.156
[INFO] [stderr]   Downloaded git_info v0.1.2
[INFO] [stderr]   Downloaded shell2batch v0.4.5
[INFO] [stderr]   Downloaded fsio v0.4.0
[INFO] [stderr]   Downloaded run_script v0.10.1
[INFO] [stderr]   Downloaded ci_info v0.14.14
[INFO] [stderr]   Downloaded cliparser v0.1.2
[INFO] [stderr]   Downloaded envmnt v0.10.4
[INFO] [stderr]   Downloaded rust_info v0.3.2
[INFO] [stderr]   Downloaded cargo-make v0.37.15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6573c5e43f90db63997f6c05bebd82e10190235240084e400e05cb06a43eb077
[INFO] running `Command { std: "docker" "start" "-a" "6573c5e43f90db63997f6c05bebd82e10190235240084e400e05cb06a43eb077", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6573c5e43f90db63997f6c05bebd82e10190235240084e400e05cb06a43eb077", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6573c5e43f90db63997f6c05bebd82e10190235240084e400e05cb06a43eb077", kill_on_drop: false }`
[INFO] [stdout] 6573c5e43f90db63997f6c05bebd82e10190235240084e400e05cb06a43eb077
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3e91e8d4cad61f7f83637295b0e8429c6649ac46883de5ce9d757d1e76908c46
[INFO] running `Command { std: "docker" "start" "-a" "3e91e8d4cad61f7f83637295b0e8429c6649ac46883de5ce9d757d1e76908c46", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.156
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling cpufeatures v0.2.13
[INFO] [stderr]    Compiling serde v1.0.208
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling syn v2.0.74
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling serde_json v1.0.125
[INFO] [stderr]    Compiling zip v2.1.6
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling indexmap v2.4.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling lzma-rs v0.3.0
[INFO] [stderr]    Compiling flate2 v1.0.31
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling constant_time_eq v0.3.0
[INFO] [stderr]    Compiling libloading v0.8.5
[INFO] [stderr]    Compiling zopfli v0.8.1
[INFO] [stderr]    Compiling plugin_interface v0.1.0 (/opt/rustwide/workdir/libs/plugin_interface)
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling cc v1.1.13
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling filetime v0.2.24
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling bzip2 v0.4.4
[INFO] [stderr]    Compiling ctrlc v3.4.5
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling serde_derive v1.0.208
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling zstd v0.13.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling plugin_system v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.05s
[INFO] running `Command { std: "docker" "inspect" "3e91e8d4cad61f7f83637295b0e8429c6649ac46883de5ce9d757d1e76908c46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e91e8d4cad61f7f83637295b0e8429c6649ac46883de5ce9d757d1e76908c46", kill_on_drop: false }`
[INFO] [stdout] 3e91e8d4cad61f7f83637295b0e8429c6649ac46883de5ce9d757d1e76908c46
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 026be220a4d15e75c12c15664a7e90153d2c8ba5b594dd907a4e089cc5534cfa
[INFO] running `Command { std: "docker" "start" "-a" "026be220a4d15e75c12c15664a7e90153d2c8ba5b594dd907a4e089cc5534cfa", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.208
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling flate2 v1.0.31
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling serde_json v1.0.125
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling fsio v0.4.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling bstr v1.10.0
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling camino v1.1.8
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling bytes v1.7.1
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.2
[INFO] [stderr]    Compiling winnow v0.6.18
[INFO] [stderr]    Compiling futures-lite v2.3.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling vte v0.11.1
[INFO] [stderr]    Compiling zip v0.6.6
[INFO] [stderr]    Compiling envmnt v0.10.4
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling colored v2.1.0
[INFO] [stderr]    Compiling duckscript v0.8.0
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling uname v0.1.1
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling whoami v1.5.1
[INFO] [stderr]    Compiling evalexpr v11.3.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling zopfli v0.8.1
[INFO] [stderr]    Compiling which v6.0.2
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling ctrlc v3.4.5
[INFO] [stderr]    Compiling strip-ansi-escapes v0.2.0
[INFO] [stderr]    Compiling ci_info v0.14.14
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling run_script v0.10.1
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling fern v0.6.2
[INFO] [stderr]    Compiling rust_info v0.3.2
[INFO] [stderr]    Compiling cliparser v0.1.2
[INFO] [stderr]    Compiling git_info v0.1.2
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling indexmap v2.4.0
[INFO] [stderr]    Compiling serde_spanned v0.6.7
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling cargo-platform v0.1.8
[INFO] [stderr]    Compiling serde_ignored v0.1.10
[INFO] [stderr]    Compiling lenient_semver_version_builder v0.4.2
[INFO] [stderr]    Compiling lenient_semver_parser v0.4.2
[INFO] [stderr]    Compiling lenient_semver v0.4.2
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling globset v0.4.14
[INFO] [stderr]    Compiling toml_edit v0.22.20
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling zip v2.1.6
[INFO] [stderr]    Compiling java-properties v2.0.0
[INFO] [stderr]    Compiling shell2batch v0.4.5
[INFO] [stderr]    Compiling cargo_metadata v0.18.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling ignore v0.4.22
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.2.0
[INFO] [stderr]    Compiling lazy-regex v3.2.0
[INFO] [stderr]    Compiling suppaftp v5.4.0
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling attohttpc v0.26.1
[INFO] [stderr]    Compiling duckscriptsdk v0.9.3
[INFO] [stderr]    Compiling cargo-make v0.37.15
[INFO] [stderr]    Compiling plugin_system v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 55.86s
[INFO] running `Command { std: "docker" "inspect" "026be220a4d15e75c12c15664a7e90153d2c8ba5b594dd907a4e089cc5534cfa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "026be220a4d15e75c12c15664a7e90153d2c8ba5b594dd907a4e089cc5534cfa", kill_on_drop: false }`
[INFO] [stdout] 026be220a4d15e75c12c15664a7e90153d2c8ba5b594dd907a4e089cc5534cfa
