[INFO] cloning repository https://github.com/octopus-network/ic-sui
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/octopus-network/ic-sui" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foctopus-network%2Fic-sui", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foctopus-network%2Fic-sui'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d616e124b0eafe28f2bd3022b3c7fbf41a051e83
[INFO] building octopus-network/ic-sui against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foctopus-network%2Fic-sui" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/octopus-network/ic-sui
[INFO] finished tweaking git repo https://github.com/octopus-network/ic-sui
[INFO] tweaked toml for git repo https://github.com/octopus-network/ic-sui written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/octopus-network/ic-sui 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 git repo https://github.com/octopus-network/ic-sui 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]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/zhiburt/tabled/`
[INFO] [stderr]     Updating git repository `https://github.com/octopus-network/sui-rust-sdk/`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded papergrid v0.9.1
[INFO] [stderr]   Downloaded radium v0.6.2
[INFO] [stderr]   Downloaded env_filter v0.1.1
[INFO] [stderr]   Downloaded stacker v0.1.19
[INFO] [stderr]   Downloaded time v0.3.39
[INFO] [stderr]   Downloaded bech32 v0.9.1
[INFO] [stderr]   Downloaded ethnum v1.5.0
[INFO] [stderr]   Downloaded pretty v0.12.3
[INFO] [stderr]   Downloaded colored v2.2.0
[INFO] [stderr]   Downloaded candid v0.10.13
[INFO] [stderr]   Downloaded ic-stable-structures v0.6.7
[INFO] [stderr]   Downloaded serde_bytes v0.11.16
[INFO] [stderr]   Downloaded winnow v0.7.3
[INFO] [stderr]   Downloaded psm v0.1.25
[INFO] [stderr]   Downloaded serde-name v0.2.1
[INFO] [stderr]   Downloaded windows-link v0.1.0
[INFO] [stderr]   Downloaded winnow v0.6.26
[INFO] [stderr]   Downloaded tabled v0.12.2
[INFO] [stderr]   Downloaded bitvec v0.20.4
[INFO] [stderr]   Downloaded time-core v0.1.3
[INFO] [stderr]   Downloaded nonempty v0.9.0
[INFO] [stderr]   Downloaded funty v1.1.0
[INFO] [stderr]   Downloaded wyz v0.2.0
[INFO] [stderr]   Downloaded parity-scale-codec v2.3.1
[INFO] [stderr]   Downloaded impl-codec v0.5.1
[INFO] [stderr]   Downloaded uuid v1.15.1
[INFO] [stderr]   Downloaded bcs v0.1.6
[INFO] [stderr]   Downloaded bnum v0.12.1
[INFO] [stderr]   Downloaded tabled_derive v0.6.0
[INFO] [stderr]   Downloaded ic-canister-log v0.2.0
[INFO] [stderr]   Downloaded ic-cdk-macros v0.14.0
[INFO] [stderr]   Downloaded ic0 v0.23.0
[INFO] [stderr]   Downloaded ic-cdk v0.14.1
[INFO] [stderr]   Downloaded num v0.4.3
[INFO] [stderr]   Downloaded parity-scale-codec-derive v2.3.1
[INFO] [stderr]   Downloaded impl-serde v0.3.2
[INFO] [stderr]   Downloaded strum_macros v0.25.3
[INFO] [stderr]   Downloaded serde_tokenstream v0.2.2
[INFO] [stderr]   Downloaded roaring v0.10.10
[INFO] [stderr]   Downloaded time-macros v0.2.20
[INFO] [stderr]   Downloaded strum v0.25.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 5947e62b7dc976e2fb9b1df6e9a9a8f7887340f6eac5871f24b7a1674de96b53
[INFO] running `Command { std: "docker" "start" "-a" "5947e62b7dc976e2fb9b1df6e9a9a8f7887340f6eac5871f24b7a1674de96b53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5947e62b7dc976e2fb9b1df6e9a9a8f7887340f6eac5871f24b7a1674de96b53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5947e62b7dc976e2fb9b1df6e9a9a8f7887340f6eac5871f24b7a1674de96b53", kill_on_drop: false }`
[INFO] [stdout] 5947e62b7dc976e2fb9b1df6e9a9a8f7887340f6eac5871f24b7a1674de96b53
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 506fb0c42cc54fc0ba40e2e90e8dc220b45d2ed140ead5e5e83c3f989afbf69b
[INFO] running `Command { std: "docker" "start" "-a" "506fb0c42cc54fc0ba40e2e90e8dc220b45d2ed140ead5e5e83c3f989afbf69b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling litemap v0.7.5
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling radium v0.6.2
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling wyz v0.2.0
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling der v0.7.9
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling funty v1.1.0
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]    Compiling bytecount v0.6.8
[INFO] [stderr]    Compiling pretty v0.12.3
[INFO] [stderr]    Compiling rust_decimal v1.36.0
[INFO] [stderr]    Compiling byte-slice-cast v1.2.3
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling papergrid v0.9.1
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling roaring v0.10.10
[INFO] [stderr]    Compiling ref-cast v1.0.24
[INFO] [stderr]    Compiling bitvec v0.20.4
[INFO] [stderr]    Compiling rustc-hex v2.1.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling bs58 v0.5.1
[INFO] [stderr]    Compiling bnum v0.12.1
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling winnow v0.6.26
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling quote v1.0.39
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling uint v0.9.5
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling syn v2.0.99
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling time-core v0.1.3
[INFO] [stderr]    Compiling ic0 v0.23.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling env_filter v0.1.1
[INFO] [stderr]    Compiling time v0.3.39
[INFO] [stderr]    Compiling rust_decimal_macros v1.36.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling ethnum v1.5.0
[INFO] [stderr]    Compiling bech32 v0.9.1
[INFO] [stderr]    Compiling psm v0.1.25
[INFO] [stderr]    Compiling ff v0.13.0
[INFO] [stderr]    Compiling stacker v0.1.19
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling nonempty v0.9.0
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling candid_derive v0.6.6
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.3
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling ref-cast-impl v1.0.24
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling strum v0.25.0
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling binread_derive v2.1.0
[INFO] [stderr]    Compiling parity-scale-codec-derive v2.3.1
[INFO] [stderr]    Compiling tabled_derive v0.6.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling serde_with_macros v3.12.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling tabled v0.12.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling binread v2.2.0
[INFO] [stderr]    Compiling fixed-hash v0.7.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling derive_more v1.0.0
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling bcs v0.1.6
[INFO] [stderr]    Compiling parity-scale-codec v2.3.1
[INFO] [stderr]    Compiling serde_with v3.12.0
[INFO] [stderr]    Compiling serde_bytes v0.11.16
[INFO] [stderr]    Compiling impl-serde v0.3.2
[INFO] [stderr]    Compiling serde-name v0.2.1
[INFO] [stderr]    Compiling ic-canister-log v0.2.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling ic_principal v0.1.1
[INFO] [stderr]    Compiling serde_tokenstream v0.2.2
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling impl-codec v0.5.1
[INFO] [stderr]    Compiling primitive-types v0.10.1
[INFO] [stderr]    Compiling json_to_table v0.6.0 (https://github.com/zhiburt/tabled/?rev=e449317a1c02eb6b29e409ad6617e5d9eb7b3bd4#e449317a)
[INFO] [stderr]    Compiling ic-stable-structures v0.6.7
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling candid v0.10.13
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling ed25519-dalek v2.1.1
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling sui-sdk-types v0.0.1 (https://github.com/octopus-network/sui-rust-sdk/#5062e711)
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling k256 v0.13.4
[INFO] [stderr]    Compiling ic-cdk-macros v0.14.0
[INFO] [stderr]    Compiling ic-cdk v0.14.1
[INFO] [stderr]    Compiling sui-crypto v0.0.1 (https://github.com/octopus-network/sui-rust-sdk/#5062e711)
[INFO] [stderr]    Compiling ic-sui v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 43s
[INFO] running `Command { std: "docker" "inspect" "506fb0c42cc54fc0ba40e2e90e8dc220b45d2ed140ead5e5e83c3f989afbf69b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "506fb0c42cc54fc0ba40e2e90e8dc220b45d2ed140ead5e5e83c3f989afbf69b", kill_on_drop: false }`
[INFO] [stdout] 506fb0c42cc54fc0ba40e2e90e8dc220b45d2ed140ead5e5e83c3f989afbf69b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 53e4f603efb32f849362cd34a17d6788b608a795067076180f0947e1cada8ee4
[INFO] running `Command { std: "docker" "start" "-a" "53e4f603efb32f849362cd34a17d6788b608a795067076180f0947e1cada8ee4", kill_on_drop: false }`
[INFO] [stderr]    Compiling ic-sui v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.38s
[INFO] running `Command { std: "docker" "inspect" "53e4f603efb32f849362cd34a17d6788b608a795067076180f0947e1cada8ee4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53e4f603efb32f849362cd34a17d6788b608a795067076180f0947e1cada8ee4", kill_on_drop: false }`
[INFO] [stdout] 53e4f603efb32f849362cd34a17d6788b608a795067076180f0947e1cada8ee4
