[INFO] fetching crate shadowhare 0.9.0...
[INFO] checking shadowhare-0.9.0 against 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa for pr-159356
[INFO] extracting crate shadowhare 0.9.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate shadowhare 0.9.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate shadowhare 0.9.0
[INFO] tweaked toml for crates.io crate shadowhare 0.9.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate shadowhare 0.9.0 on toolchain 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate shadowhare 0.9.0 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" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: file `/workspace/builds/worker-0-tc2/source/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `shadowhare`
[INFO] [stderr]   * `bin` target `shdr`
[INFO] [stderr] warning: Cargo.toml: file `/workspace/builds/worker-0-tc2/source/src/scarb_main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `scarb-shadowhare`
[INFO] [stderr]   * `bin` target `scarb-shdr`
[INFO] [stderr] warning: `shadowhare` (manifest) generated 2 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f466d6b4560ef40dc8081bb17f6a962427a9a7e6efcbabaa113aa5a4cf04433a
[INFO] running `Command { std: "docker" "start" "f466d6b4560ef40dc8081bb17f6a962427a9a7e6efcbabaa113aa5a4cf04433a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f466d6b4560ef40dc8081bb17f6a962427a9a7e6efcbabaa113aa5a4cf04433a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f466d6b4560ef40dc8081bb17f6a962427a9a7e6efcbabaa113aa5a4cf04433a" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f466d6b4560ef40dc8081bb17f6a962427a9a7e6efcbabaa113aa5a4cf04433a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f466d6b4560ef40dc8081bb17f6a962427a9a7e6efcbabaa113aa5a4cf04433a" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: file `/opt/rustwide/workdir/src/scarb_main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `scarb-shadowhare`
[INFO] [stderr]   * `bin` target `scarb-shdr`
[INFO] [stderr] warning: Cargo.toml: file `/opt/rustwide/workdir/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `shadowhare`
[INFO] [stderr]   * `bin` target `shdr`
[INFO] [stderr] warning: `shadowhare` (manifest) generated 2 warnings
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking intrusive-collections v0.9.7
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking boxcar v0.2.14
[INFO] [stderr]     Checking salsa-macro-rules v0.26.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]     Checking thin-vec v0.2.14
[INFO] [stderr]     Checking ref-cast v1.0.25
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling term v1.2.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling keccak v0.1.6
[INFO] [stderr]     Checking inventory v0.3.22
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling salsa-macros v0.26.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling ascii-canvas v4.0.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling ena v0.14.4
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking ndarray v0.17.2
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking const-fnv1a-hash v1.1.0
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]     Checking convert_case v0.11.0
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking smol_str v0.3.6
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking supports-color v2.1.0
[INFO] [stderr]     Checking supports-color v3.0.2
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking vector-map v1.0.2
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking lalrpop-util v0.22.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]     Checking salsa v0.26.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking lambdaworks-math v0.13.0
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]    Compiling lalrpop v0.22.2
[INFO] [stderr]     Checking cairo-lang-utils v2.16.0
[INFO] [stderr]     Checking cairo-lang-casm v2.16.0
[INFO] [stderr]     Checking sprs v0.11.4
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking lambdaworks-crypto v0.13.0
[INFO] [stderr]     Checking starknet-types-core v0.2.4
[INFO] [stderr]     Checking microlp v0.4.0
[INFO] [stderr]     Checking good_lp v1.15.0
[INFO] [stderr]     Checking cairo-lang-eq-solver v2.16.0
[INFO] [stderr]    Compiling cairo-lang-sierra v2.16.0
[INFO] [stderr]     Checking cairo-lang-sierra-type-size v2.16.0
[INFO] [stderr]     Checking cairo-lang-sierra-gas v2.16.0
[INFO] [stderr]     Checking cairo-lang-sierra-ap-change v2.16.0
[INFO] [stderr]     Checking cairo-lang-sierra-to-casm v2.16.0
[INFO] [stderr]     Checking cairo-annotations v0.7.0
[INFO] [stderr]     Checking cairo-lang-starknet-classes v2.16.0
[INFO] [stderr]     Checking shadowhare v0.9.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.95s
[INFO] running `Command { std: "docker" "inspect" "f466d6b4560ef40dc8081bb17f6a962427a9a7e6efcbabaa113aa5a4cf04433a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f466d6b4560ef40dc8081bb17f6a962427a9a7e6efcbabaa113aa5a4cf04433a", kill_on_drop: false }`
[INFO] [stdout] f466d6b4560ef40dc8081bb17f6a962427a9a7e6efcbabaa113aa5a4cf04433a
