[INFO] cloning repository https://github.com/ctierney123/poptrade
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ctierney123/poptrade" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fctierney123%2Fpoptrade", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fctierney123%2Fpoptrade'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 99e6927296ce5218bb16c9f85f4327c27d54945a
[INFO] checking ctierney123/poptrade against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fctierney123%2Fpoptrade" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ctierney123/poptrade
[INFO] finished tweaking git repo https://github.com/ctierney123/poptrade
[INFO] tweaked toml for git repo https://github.com/ctierney123/poptrade written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ctierney123/poptrade on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ctierney123/poptrade 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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5078c84b07390e202915c9b4a884e16cad98c5ed6715ba3610f7c13db3bc6a27
[INFO] running `Command { std: "docker" "start" "-a" "5078c84b07390e202915c9b4a884e16cad98c5ed6715ba3610f7c13db3bc6a27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5078c84b07390e202915c9b4a884e16cad98c5ed6715ba3610f7c13db3bc6a27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5078c84b07390e202915c9b4a884e16cad98c5ed6715ba3610f7c13db3bc6a27", kill_on_drop: false }`
[INFO] [stdout] 5078c84b07390e202915c9b4a884e16cad98c5ed6715ba3610f7c13db3bc6a27
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] af8c9c80a120eb861c04240840077486bb93dc1f12b7b5b6b396bec646aea837
[INFO] running `Command { std: "docker" "start" "-a" "af8c9c80a120eb861c04240840077486bb93dc1f12b7b5b6b396bec646aea837", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]    Compiling serde_core v1.0.226
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling find-msvc-tools v0.1.2
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]     Checking writeable v0.6.1
[INFO] [stderr]    Compiling cc v1.2.38
[INFO] [stderr]    Compiling serde v1.0.226
[INFO] [stderr]     Checking litemap v0.8.0
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking indexmap v2.11.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking array-init-cursor v0.2.1
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking streaming-decompression v0.1.2
[INFO] [stderr]     Checking planus v0.3.1
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling arrow2 v0.18.0
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking streaming-iterator v0.1.9
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking hash_hasher v2.0.4
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]     Checking ethnum v1.5.2
[INFO] [stderr]     Checking foreign_vec v0.1.0
[INFO] [stderr]     Checking colored v2.2.0
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ethnum-1.5.2/src/error.rs:16:14
[INFO] [stdout]    |
[INFO] [stdout] 16 |     unsafe { mem::transmute(()) }
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `()` (0 bits)
[INFO] [stdout]    = note: target type: `TryFromIntError` (8 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0512`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ethnum` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "af8c9c80a120eb861c04240840077486bb93dc1f12b7b5b6b396bec646aea837", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af8c9c80a120eb861c04240840077486bb93dc1f12b7b5b6b396bec646aea837", kill_on_drop: false }`
[INFO] [stdout] af8c9c80a120eb861c04240840077486bb93dc1f12b7b5b6b396bec646aea837
