[INFO] cloning repository https://github.com/D9J9V/target-program
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/D9J9V/target-program" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FD9J9V%2Ftarget-program", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FD9J9V%2Ftarget-program'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e2dbea3d8d235b1fff92d4fc2d386a754921e1f5
[INFO] documenting D9J9V/target-program against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FD9J9V%2Ftarget-program" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/D9J9V/target-program
[INFO] finished tweaking git repo https://github.com/D9J9V/target-program
[INFO] tweaked toml for git repo https://github.com/D9J9V/target-program written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/D9J9V/target-program on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/D9J9V/target-program 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 20d8d42a81c23c8b73faed796fe54df9bb772900639d70f2c3f1960d65f879ff
[INFO] running `Command { std: "docker" "start" "-a" "20d8d42a81c23c8b73faed796fe54df9bb772900639d70f2c3f1960d65f879ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "20d8d42a81c23c8b73faed796fe54df9bb772900639d70f2c3f1960d65f879ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20d8d42a81c23c8b73faed796fe54df9bb772900639d70f2c3f1960d65f879ff", kill_on_drop: false }`
[INFO] [stdout] 20d8d42a81c23c8b73faed796fe54df9bb772900639d70f2c3f1960d65f879ff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3b3a50be9966da04392a372784a6a8541fa601a31b44056c11b71fd408c10e80
[INFO] running `Command { std: "docker" "start" "-a" "3b3a50be9966da04392a372784a6a8541fa601a31b44056c11b71fd408c10e80", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.82
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]    Compiling zerocopy v0.7.34
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling arrayvec v0.4.12
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling byte-slice-cast v1.2.2
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling gear-wasm v0.45.1
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling thiserror v1.0.60
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]    Compiling syn v2.0.61
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling blake2-rfc v0.2.18
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling gwasm-instrument v0.3.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling indexmap-nostd v0.4.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling anyhow v1.0.83
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling wasmparser-nostd v0.100.2
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling gear-dlmalloc v0.2.0
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling gsys v1.1.0 (https://github.com/gear-tech/gear?tag=v1.1.0#c8c09fc8)
[INFO] [stderr]    Compiling gear-stack-buffer v1.1.0 (https://github.com/gear-tech/gear?tag=v1.1.0#c8c09fc8)
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling gear-wasm-builder v1.1.0 (https://github.com/gear-tech/gear?tag=v1.1.0#c8c09fc8)
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling colored v2.1.0
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling gear-pwasm-utils v0.19.0
[INFO] [stderr]     Checking libc-print v0.1.23
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]     Checking str-buf v3.0.3
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling pathdiff v0.2.1
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.32
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking uint v0.9.5
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking fixed-hash v0.8.0
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking galloc v1.1.0 (https://github.com/gear-tech/gear?tag=v1.1.0#c8c09fc8)
[INFO] [stderr]    Compiling serde_derive v1.0.200
[INFO] [stderr]    Compiling enum-iterator-derive v1.4.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.60
[INFO] [stderr]     Checking const_format v0.2.32
[INFO] [stderr]    Compiling enum-iterator v1.5.0
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.2
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling gstd-codegen v1.1.0 (https://github.com/gear-tech/gear?tag=v1.1.0#c8c09fc8)
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]    Compiling gear-wasm-instrument v1.1.0 (https://github.com/gear-tech/gear?tag=v1.1.0#c8c09fc8)
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling serde_spanned v0.6.5
[INFO] [stderr]    Compiling cargo-platform v0.1.8
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling cargo_metadata v0.18.1
[INFO] [stderr]    Compiling proc-macro-crate v2.0.0
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.6.9
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling toml v0.7.8
[INFO] [stderr]    Compiling scale-info-derive v2.11.2
[INFO] [stderr]    Compiling parity-scale-codec v3.6.9
[INFO] [stderr]    Compiling scale-info v2.11.2
[INFO] [stderr]     Checking impl-codec v0.6.0
[INFO] [stderr]    Compiling gear-core-errors v1.1.0 (https://github.com/gear-tech/gear?tag=v1.1.0#c8c09fc8)
[INFO] [stderr]    Compiling gmeta v1.1.0 (https://github.com/gear-tech/gear?tag=v1.1.0#c8c09fc8)
[INFO] [stderr]     Checking primitive-types v0.12.2
[INFO] [stderr]    Compiling gear-core v1.1.0 (https://github.com/gear-tech/gear?tag=v1.1.0#c8c09fc8)
[INFO] [stderr]     Checking gcore v1.1.0 (https://github.com/gear-tech/gear?tag=v1.1.0#c8c09fc8)
[INFO] [stderr]     Checking gstd v1.1.0 (https://github.com/gear-tech/gear?tag=v1.1.0#c8c09fc8)
[INFO] [stderr]    Compiling target-program v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: failed to run custom build command for `target-program v0.1.0 (/opt/rustwide/workdir)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/target-program-e04abe011c4bb187/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stderr
[INFO] [stderr]   error: please add "rlib" to [lib.crate-type]
[INFO] running `Command { std: "docker" "inspect" "3b3a50be9966da04392a372784a6a8541fa601a31b44056c11b71fd408c10e80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b3a50be9966da04392a372784a6a8541fa601a31b44056c11b71fd408c10e80", kill_on_drop: false }`
[INFO] [stdout] 3b3a50be9966da04392a372784a6a8541fa601a31b44056c11b71fd408c10e80
