[INFO] cloning repository https://github.com/heaths/ordinal-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/heaths/ordinal-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fheaths%2Fordinal-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fheaths%2Fordinal-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e946015d49e233002212c4ae12022b01642ab6fc
[INFO] checking heaths/ordinal-rs against master#035b01b794602d5861daa43ac792f372f8981ed7 for 152214-denied
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fheaths%2Fordinal-rs" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/heaths/ordinal-rs
[INFO] finished tweaking git repo https://github.com/heaths/ordinal-rs
[INFO] tweaked toml for git repo https://github.com/heaths/ordinal-rs written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/heaths/ordinal-rs on toolchain 035b01b794602d5861daa43ac792f372f8981ed7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+035b01b794602d5861daa43ac792f372f8981ed7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/heaths/ordinal-rs 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" "+035b01b794602d5861daa43ac792f372f8981ed7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ordinal v0.3.2
[INFO] [stderr]   Downloaded ordinal-type v0.3.0
[INFO] [stderr]   Downloaded num-ordinal v0.2.0
[INFO] [stderr]   Downloaded serde_json v1.0.129
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+035b01b794602d5861daa43ac792f372f8981ed7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 89562a95e762fdddd4e0ef09ca3a6561d49e3a3f1c9446971c4d90e1495a3713
[INFO] running `Command { std: "docker" "start" "-a" "89562a95e762fdddd4e0ef09ca3a6561d49e3a3f1c9446971c4d90e1495a3713", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "89562a95e762fdddd4e0ef09ca3a6561d49e3a3f1c9446971c4d90e1495a3713", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89562a95e762fdddd4e0ef09ca3a6561d49e3a3f1c9446971c4d90e1495a3713", kill_on_drop: false }`
[INFO] [stdout] 89562a95e762fdddd4e0ef09ca3a6561d49e3a3f1c9446971c4d90e1495a3713
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+035b01b794602d5861daa43ac792f372f8981ed7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0946c69317aaebace138eb8979b14a6880981a182946d5fc0a70748fad434511
[INFO] running `Command { std: "docker" "start" "-a" "0946c69317aaebace138eb8979b14a6880981a182946d5fc0a70748fad434511", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.88
[INFO] [stderr]    Compiling serde_json v1.0.129
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]     Checking regex-automata v0.4.8
[INFO] [stderr]     Checking clap_builder v4.5.20
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking num-ordinal v0.2.0
[INFO] [stderr]     Checking num-format v0.4.4
[INFO] [stderr]     Checking ordinal v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]     Checking ordinal v0.3.2
[INFO] [stderr]     Checking ordinal-type v0.3.0
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]     Checking regex v1.11.0
[INFO] [stderr]     Checking clap v4.5.20
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]     Checking serde v1.0.210
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.05s
[INFO] running `Command { std: "docker" "inspect" "0946c69317aaebace138eb8979b14a6880981a182946d5fc0a70748fad434511", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0946c69317aaebace138eb8979b14a6880981a182946d5fc0a70748fad434511", kill_on_drop: false }`
[INFO] [stdout] 0946c69317aaebace138eb8979b14a6880981a182946d5fc0a70748fad434511
