[INFO] fetching crate seaography 2.0.0-rc.1...
[INFO] building seaography-2.0.0-rc.1 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] extracting crate seaography 2.0.0-rc.1 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate seaography 2.0.0-rc.1
[INFO] finished tweaking crates.io crate seaography 2.0.0-rc.1
[INFO] tweaked toml for crates.io crate seaography 2.0.0-rc.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate seaography 2.0.0-rc.1 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 crates.io crate seaography 2.0.0-rc.1 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]  Downloading crates ...
[INFO] [stderr]   Downloaded ouroboros v0.18.5
[INFO] [stderr]   Downloaded sea-query-binder v0.8.0-rc.1
[INFO] [stderr]   Downloaded ouroboros_macro v0.18.5
[INFO] [stderr]   Downloaded sea-orm-macros v2.0.0-rc.1
[INFO] [stderr]   Downloaded cc v1.2.28
[INFO] [stderr]   Downloaded sea-query v1.0.0-rc.3
[INFO] [stderr]   Downloaded sea-orm v2.0.0-rc.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 58f0119139be65a36fc551cf7a51f34e619ba34dd1c486ba91cbbce5cf74d9bb
[INFO] running `Command { std: "docker" "start" "-a" "58f0119139be65a36fc551cf7a51f34e619ba34dd1c486ba91cbbce5cf74d9bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "58f0119139be65a36fc551cf7a51f34e619ba34dd1c486ba91cbbce5cf74d9bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "58f0119139be65a36fc551cf7a51f34e619ba34dd1c486ba91cbbce5cf74d9bb", kill_on_drop: false }`
[INFO] [stdout] 58f0119139be65a36fc551cf7a51f34e619ba34dd1c486ba91cbbce5cf74d9bb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] b2e41b9c745de2fc59287318f36f11504103ff2d3ac4763ba59426f9332507e5
[INFO] running `Command { std: "docker" "start" "-a" "b2e41b9c745de2fc59287318f36f11504103ff2d3ac4763ba59426f9332507e5", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling rust_decimal v1.37.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling ordered-float v4.6.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling inherent v1.0.12
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling aliasable v0.1.3
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling strum v0.27.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling pest v2.8.1
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling ouroboros v0.18.5
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling pest_meta v2.8.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling pest_generator v2.8.1
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling async-graphql-value v7.0.17
[INFO] [stderr]    Compiling sea-query v1.0.0-rc.3
[INFO] [stderr]    Compiling async-graphql-parser v7.0.17
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling pest_derive v2.8.1
[INFO] [stderr]    Compiling handlebars v5.1.2
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling sea-orm-macros v2.0.0-rc.1
[INFO] [stderr]    Compiling sea-orm v2.0.0-rc.1
[INFO] [stderr]    Compiling async-graphql-derive v7.0.17
[INFO] [stderr]    Compiling async-graphql v7.0.17
[INFO] [stderr]    Compiling seaography v2.0.0-rc.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.46s
[INFO] running `Command { std: "docker" "inspect" "b2e41b9c745de2fc59287318f36f11504103ff2d3ac4763ba59426f9332507e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2e41b9c745de2fc59287318f36f11504103ff2d3ac4763ba59426f9332507e5", kill_on_drop: false }`
[INFO] [stdout] b2e41b9c745de2fc59287318f36f11504103ff2d3ac4763ba59426f9332507e5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] be789b9f73baa729edb6c3f1efb6354297af99b046d4bf4fc3cbff9a6798e480
[INFO] running `Command { std: "docker" "start" "-a" "be789b9f73baa729edb6c3f1efb6354297af99b046d4bf4fc3cbff9a6798e480", kill_on_drop: false }`
[INFO] [stderr]    Compiling seaography v2.0.0-rc.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.17s
[INFO] running `Command { std: "docker" "inspect" "be789b9f73baa729edb6c3f1efb6354297af99b046d4bf4fc3cbff9a6798e480", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be789b9f73baa729edb6c3f1efb6354297af99b046d4bf4fc3cbff9a6798e480", kill_on_drop: false }`
[INFO] [stdout] be789b9f73baa729edb6c3f1efb6354297af99b046d4bf4fc3cbff9a6798e480
