[INFO] cloning repository https://github.com/cargo-actions/action-validator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cargo-actions/action-validator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcargo-actions%2Faction-validator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcargo-actions%2Faction-validator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 62a5ca41e57fc18699777e57bf5277bc60dacc7e [INFO] building cargo-actions/action-validator against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcargo-actions%2Faction-validator" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/cargo-actions/action-validator [INFO] finished tweaking git repo https://github.com/cargo-actions/action-validator [INFO] tweaked toml for git repo https://github.com/cargo-actions/action-validator written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/cargo-actions/action-validator 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/cargo-actions/action-validator 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 siphasher v0.3.10 [INFO] [stderr] Downloaded uritemplate-next v0.2.0 [INFO] [stderr] Downloaded jsonway v2.0.0 [INFO] [stderr] Downloaded form_urlencoded v1.1.0 [INFO] [stderr] Downloaded json-pointer v0.3.4 [INFO] [stderr] Downloaded addr v0.15.6 [INFO] [stderr] Downloaded clap v4.5.10 [INFO] [stderr] Downloaded url v2.3.1 [INFO] [stderr] Downloaded libyml v0.0.4 [INFO] [stderr] Downloaded psl v2.1.2 [INFO] [stderr] Downloaded valico v4.0.0 [INFO] [stderr] Downloaded serde_yml v0.0.11 [INFO] [stderr] Downloaded clap_builder v4.5.10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 52ef2e3243a870c1804ea4f084d1147e13a03bf31a36c3664efbdad309605c52 [INFO] running `Command { std: "docker" "start" "-a" "52ef2e3243a870c1804ea4f084d1147e13a03bf31a36c3664efbdad309605c52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "52ef2e3243a870c1804ea4f084d1147e13a03bf31a36c3664efbdad309605c52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52ef2e3243a870c1804ea4f084d1147e13a03bf31a36c3664efbdad309605c52", kill_on_drop: false }` [INFO] [stdout] 52ef2e3243a870c1804ea4f084d1147e13a03bf31a36c3664efbdad309605c52 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] b1040f7012860487c666f0f1e20741bd749dbdeb3249312b10388c6602b28cbd [INFO] running `Command { std: "docker" "start" "-a" "b1040f7012860487c666f0f1e20741bd749dbdeb3249312b10388c6602b28cbd", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling psl-types v2.0.11 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling iana-time-zone v0.1.53 [INFO] [stderr] Compiling serde_yml v0.0.11 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling psl v2.1.2 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling clap_builder v4.5.10 [INFO] [stderr] Compiling action-validator v0.0.0-git (/opt/rustwide/workdir) [INFO] [stderr] Compiling libyml v0.0.4 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Compiling valico v4.0.0 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling uuid v1.10.0 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling chrono v0.4.23 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling regex v1.7.0 [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling fancy-regex v0.11.0 [INFO] [stderr] Compiling uritemplate-next v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling clap_derive v4.5.8 [INFO] [stderr] Compiling addr v0.15.6 [INFO] [stderr] Compiling clap v4.5.10 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling erased-serde v0.3.31 [INFO] [stderr] Compiling jsonway v2.0.0 [INFO] [stderr] Compiling json-pointer v0.3.4 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.82s [INFO] running `Command { std: "docker" "inspect" "b1040f7012860487c666f0f1e20741bd749dbdeb3249312b10388c6602b28cbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1040f7012860487c666f0f1e20741bd749dbdeb3249312b10388c6602b28cbd", kill_on_drop: false }` [INFO] [stdout] b1040f7012860487c666f0f1e20741bd749dbdeb3249312b10388c6602b28cbd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] f93534ce225b5679a0d27bca096de08474de72fe406847d806ad057efcf6b7f7 [INFO] running `Command { std: "docker" "start" "-a" "f93534ce225b5679a0d27bca096de08474de72fe406847d806ad057efcf6b7f7", kill_on_drop: false }` [INFO] [stderr] Compiling action-validator v0.0.0-git (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.29s [INFO] running `Command { std: "docker" "inspect" "f93534ce225b5679a0d27bca096de08474de72fe406847d806ad057efcf6b7f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f93534ce225b5679a0d27bca096de08474de72fe406847d806ad057efcf6b7f7", kill_on_drop: false }` [INFO] [stdout] f93534ce225b5679a0d27bca096de08474de72fe406847d806ad057efcf6b7f7