[INFO] cloning repository https://github.com/starcoinorg/starcoin
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/starcoinorg/starcoin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstarcoinorg%2Fstarcoin", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstarcoinorg%2Fstarcoin'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c34ecc5d7dfbc298db423ef8155589c26cd525e7
[INFO] testing starcoinorg/starcoin against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstarcoinorg%2Fstarcoin" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/starcoinorg/starcoin
[INFO] finished tweaking git repo https://github.com/starcoinorg/starcoin
[INFO] tweaked toml for git repo https://github.com/starcoinorg/starcoin written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/starcoinorg/starcoin on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/starcoinorg/starcoin 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 99d06b0f57976c7a93a3ed36a39a455a796a5b202dafdbd4d2e1ae8b44cd043b
[INFO] running `Command { std: "docker" "start" "-a" "99d06b0f57976c7a93a3ed36a39a455a796a5b202dafdbd4d2e1ae8b44cd043b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "99d06b0f57976c7a93a3ed36a39a455a796a5b202dafdbd4d2e1ae8b44cd043b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99d06b0f57976c7a93a3ed36a39a455a796a5b202dafdbd4d2e1ae8b44cd043b", kill_on_drop: false }`
[INFO] [stdout] 99d06b0f57976c7a93a3ed36a39a455a796a5b202dafdbd4d2e1ae8b44cd043b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3ecc2232dea39948c1d51687c99de584959a010a30f9d7cc95185e0cafaa6afe
[INFO] running `Command { std: "docker" "start" "-a" "3ecc2232dea39948c1d51687c99de584959a010a30f9d7cc95185e0cafaa6afe", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling serde v1.0.205
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.10
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling ryu v1.0.12
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling serde_json v1.0.93
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling data-encoding v2.3.3
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling futures v0.1.31
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling core2 v0.4.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling base-x v0.2.11
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling dyn-clone v1.0.10
[INFO] [stderr]    Compiling schemars v0.8.8 (https://github.com/starcoinorg/schemars?rev=a64c6ddf7ca4796e090208b1476de2e53772042f#a64c6ddf)
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling cc v1.2.13
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling block-padding v0.2.1
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling radium v0.6.2
[INFO] [stderr]    Compiling wyz v0.2.0
[INFO] [stderr]    Compiling funty v1.1.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling bitvec v0.20.4
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling serde_derive_internals v0.25.0
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling rustc-hex v2.1.0
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling ref-cast v1.0.14
[INFO] [stderr]    Compiling num-complex v0.4.3
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling bech32 v0.9.1
[INFO] [stderr]    Compiling ethnum v1.5.2
[INFO] [stderr]    Compiling num v0.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.205
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling zeroize_derive v1.3.3
[INFO] [stderr]    Compiling data-encoding-macro-internal v0.1.10
[INFO] [stderr]    Compiling schemars_derive v0.8.8 (https://github.com/starcoinorg/schemars?rev=a64c6ddf7ca4796e090208b1476de2e53772042f#a64c6ddf)
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.2
[INFO] [stderr]    Compiling data-encoding-macro v0.1.12
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling multibase v0.9.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.14
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling variant_count v1.1.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling fixedbitset v0.2.0
[INFO] [stderr]    Compiling difference v2.0.0
[INFO] [stderr]    Compiling petgraph v0.5.1
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling keccak v0.1.3
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling sha3 v0.9.1
[INFO] [stderr]    Compiling num-bigint v0.3.3
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling proptest v1.9.0
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling backtrace v0.3.67
[INFO] [stderr]    Compiling byte-slice-cast v1.2.2
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling gimli v0.27.2
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling object v0.30.3
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling bytes v1.6.1
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling serde_bytes v0.11.9
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling impl-serde v0.3.2
[INFO] [stderr]    Compiling bcs v0.1.4 (https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d#d31fab9d)
[INFO] [stderr]    Compiling uint v0.9.5
[INFO] [stderr]    Compiling asynchronous-codec v0.6.2
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling unsigned-varint v0.7.2
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling proc-macro-crate v1.1.3
[INFO] [stderr]    Compiling bcs v0.1.5
[INFO] [stderr]    Compiling addr2line v0.19.0
[INFO] [stderr]    Compiling codespan v0.11.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling multihash-derive v0.8.1
[INFO] [stderr]    Compiling parity-scale-codec-derive v2.3.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling dashmap v5.4.0
[INFO] [stderr]    Compiling multihash v0.16.3
[INFO] [stderr]    Compiling multiaddr v0.16.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.53
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling internment v0.5.6
[INFO] [stderr]    Compiling proptest-derive v0.3.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling openrpc-schema v0.1.0 (https://github.com/starcoinorg/openrpc-rs?rev=1f2f7d3495e3bd3ef3b6fcf7c4e0602cad090d5e#1f2f7d34)
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling parity-scale-codec v2.3.1
[INFO] [stderr]    Compiling move-symbol-pool v0.1.0 (https://github.com/starcoinorg/move?rev=7c0ec30b6dd783cc0377b5b2c85650130028d3b5#7c0ec30b)
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling fixed-hash v0.7.0
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling move-borrow-graph v0.0.1 (https://github.com/starcoinorg/move?rev=7c0ec30b6dd783cc0377b5b2c85650130028d3b5#7c0ec30b)
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling uncased v0.9.7
[INFO] [stderr]    Compiling ouroboros_macro v0.15.6
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling bstr v1.2.0
[INFO] [stderr]    Compiling impl-codec v0.5.1
[INFO] [stderr]    Compiling primitive-types v0.10.1
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling aliasable v0.1.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.13
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling bitmaps v2.1.0
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]    Compiling globset v0.4.10
[INFO] [stderr]    Compiling ouroboros v0.15.6
[INFO] [stderr]    Compiling sized-chunks v0.6.5
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling ed25519 v1.5.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.2
[INFO] [stderr]    Compiling phf_shared v0.11.1
[INFO] [stderr]    Compiling rayon-core v1.10.2
[INFO] [stderr]    Compiling phf_generator v0.11.1
[INFO] [stderr]    Compiling phf v0.11.1
[INFO] [stderr]    Compiling phf_codegen v0.11.1
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling base64ct v1.5.3
[INFO] [stderr]    Compiling chrono-tz-build v0.0.3
[INFO] [stderr]    Compiling rayon v1.6.1
[INFO] [stderr]    Compiling pest v2.5.5
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling unic-common v0.9.0
[INFO] [stderr]    Compiling unic-char-range v0.9.0
[INFO] [stderr]    Compiling chrono-tz v0.6.3
[INFO] [stderr]    Compiling unic-char-property v0.9.0
[INFO] [stderr]    Compiling unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling unic-ucd-segment v0.9.0
[INFO] [stderr]    Compiling ignore v0.4.20
[INFO] [stderr]    Compiling deunicode v0.4.5
[INFO] [stderr]    Compiling io-lifetimes v1.0.5
[INFO] [stderr]    Compiling unic-segment v0.9.0
[INFO] [stderr]    Compiling slug v0.1.4
[INFO] [stderr]    Compiling pest_meta v2.5.5
[INFO] [stderr]    Compiling better_typeid_derive v0.1.1
[INFO] [stderr]    Compiling humansize v1.1.1
[INFO] [stderr]    Compiling libsecp256k1-core v0.3.0
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling linux-raw-sys v0.1.4
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling better_any v0.1.1
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling pretty v0.10.0
[INFO] [stderr]    Compiling pest_generator v2.5.5
[INFO] [stderr]    Compiling libsecp256k1-gen-genmult v0.3.0
[INFO] [stderr]    Compiling libsecp256k1-gen-ecmult v0.3.0
[INFO] [stderr]    Compiling addchain v0.2.0
[INFO] [stderr]    Compiling crypto-mac v0.8.0
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling ff_derive v0.13.1
[INFO] [stderr]    Compiling hmac v0.8.1
[INFO] [stderr]    Compiling libsecp256k1 v0.7.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling hmac-drbg v0.3.0
[INFO] [stderr]    Compiling ark-serialize-derive v0.4.2
[INFO] [stderr]    Compiling derive_arbitrary v1.4.1
[INFO] [stderr]    Compiling pest_derive v2.5.5
[INFO] [stderr]    Compiling simplelog v0.9.0
[INFO] [stderr]    Compiling abstract-domain-derive v0.1.0 (https://github.com/starcoinorg/move?rev=7c0ec30b6dd783cc0377b5b2c85650130028d3b5#7c0ec30b)
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling universal-hash v0.4.1
[INFO] [stderr]    Compiling ark-ff-macros v0.4.2
[INFO] [stderr]    Compiling ark-ff-asm v0.4.2
[INFO] [stderr]    Compiling crypto-mac v0.10.1
[INFO] [stderr]    Compiling proptest-derive v0.4.0
[INFO] [stderr]    Compiling arbitrary v1.4.1
[INFO] [stderr]    Compiling more-asserts v0.3.1
[INFO] [stderr]    Compiling hmac v0.10.1
[INFO] [stderr]    Compiling serde_yaml v0.8.26
[INFO] [stderr]    Compiling triomphe v0.1.14
[INFO] [stderr]    Compiling hkdf v0.10.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde-name v0.1.2
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling curve25519-dalek v3.2.0
[INFO] [stderr]    Compiling cipher v0.2.5
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling smallbitvec v2.6.0
[INFO] [stderr]    Compiling fiat-crypto v0.1.17
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling nu-ansi-term v0.49.0
[INFO] [stderr]    Compiling cpuid-bool v0.2.0
[INFO] [stderr]    Compiling polyval v0.4.5
[INFO] [stderr]    Compiling aes-soft v0.6.4
[INFO] [stderr]    Compiling ed25519-dalek v1.0.1
[INFO] [stderr]    Compiling serde-reflection v0.3.5 (https://github.com/aptos-labs/serde-reflection?rev=73b6bbf748334b71ff6d7d09d06a29e3062ca075#73b6bbf7)
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling ghash v0.3.1
[INFO] [stderr]    Compiling ctr v0.6.0
[INFO] [stderr]    Compiling aes v0.6.0
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling aead v0.3.2
[INFO] [stderr]    Compiling destructure_traitobject v0.2.0
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling aes-gcm v0.8.0
[INFO] [stderr]    Compiling unsafe-any-ors v1.0.0
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling deranged v0.5.4
[INFO] [stderr]    Compiling diem-crypto-derive v0.0.3 (https://github.com/starcoinorg/starcoin-crypto?rev=bc3ca2138cf66d646f14a0f673ae5d853743f50a#bc3ca213)
[INFO] [stderr]    Compiling lru v0.7.8
[INFO] [stderr]    Compiling ordered-float v2.10.0
[INFO] [stderr]    Compiling mirai-annotations v1.12.0
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling arc-swap v1.6.0
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling typemap-ors v1.0.0
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling rand_xorshift v0.3.0
[INFO] [stderr]    Compiling thread-id v4.0.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling log-mdc v0.1.0
[INFO] [stderr]    Compiling slog-async v2.8.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling move-core-types v0.0.4 (https://github.com/starcoinorg/move?rev=7c0ec30b6dd783cc0377b5b2c85650130028d3b5#7c0ec30b)
[INFO] [stderr]    Compiling serde-name v0.2.1
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling starcoin-crypto-macro v1.10.0-rc.2 (https://github.com/starcoinorg/starcoin-crypto?rev=bc3ca2138cf66d646f14a0f673ae5d853743f50a#bc3ca213)
[INFO] [stderr]    Compiling take_mut v0.2.2
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.2.25
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling slog-term v2.9.0
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling move-binary-format v0.0.3 (https://github.com/starcoinorg/move?rev=7c0ec30b6dd783cc0377b5b2c85650130028d3b5#7c0ec30b)
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling blst v0.3.15
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling clear_on_drop v0.2.5
[INFO] [stderr]    Compiling pairing v0.23.0
[INFO] [stderr]    Compiling blake2b_simd v1.0.3
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling subtle-ng v2.5.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling curve25519-dalek-ng v4.1.1
[INFO] [stderr]    Compiling pasta_curves v0.5.1
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling merlin v3.0.0 (https://github.com/aptos-labs/merlin#3454ccc8)
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling curve25519-dalek-fiat v0.1.0
[INFO] [stderr]    Compiling blstrs v0.7.1
[INFO] [stderr]    Compiling x25519-dalek v1.2.0 (https://github.com/aptos-labs/x25519-dalek?branch=zeroize_v1#762a9501)
[INFO] [stderr]    Compiling clap_builder v4.5.47
[INFO] [stderr]    Compiling x25519-dalek-fiat v0.1.0
[INFO] [stderr]    Compiling move-symbol-pool v0.1.0 (https://github.com/starcoinorg/move?rev=babf994a38cda17b84186c7992f92fb3554347f0#babf994a)
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling move-command-line-common v0.1.0 (https://github.com/starcoinorg/move?rev=7c0ec30b6dd783cc0377b5b2c85650130028d3b5#7c0ec30b)
[INFO] [stderr]    Compiling num_enum_derive v0.5.10
[INFO] [stderr]    Compiling bcs-ext v2.1.1 (/opt/rustwide/workdir/commons/bcs_ext)
[INFO] [stderr]    Compiling trait-set v0.3.0
[INFO] [stderr]    Compiling neptune v13.0.0
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling fail v0.5.1
[INFO] [stderr]    Compiling aptos-crypto-derive v0.0.3 (https://github.com/starcoinorg/starcoin-crypto?rev=5417dce574142c3da24adf987194a6931869f588#5417dce5)
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling move-ir-types v0.1.0 (https://github.com/starcoinorg/move?rev=7c0ec30b6dd783cc0377b5b2c85650130028d3b5#7c0ec30b)
[INFO] [stderr]    Compiling num_enum v0.5.10
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling move-bytecode-verifier v0.1.0 (https://github.com/starcoinorg/move?rev=7c0ec30b6dd783cc0377b5b2c85650130028d3b5#7c0ec30b)
[INFO] [stderr]    Compiling os_str_bytes v6.4.1
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling fail v0.4.0
[INFO] [stderr]    Compiling clap_derive v3.2.18
[INFO] [stderr]    Compiling starcoin-crypto-macro v1.10.0-rc.2 (https://github.com/starcoinorg/starcoin-crypto?rev=5417dce574142c3da24adf987194a6931869f588#5417dce5)
[INFO] [stderr]    Compiling move-bytecode-source-map v0.1.0 (https://github.com/starcoinorg/move?rev=7c0ec30b6dd783cc0377b5b2c85650130028d3b5#7c0ec30b)
[INFO] [stderr]    Compiling move-ir-to-bytecode-syntax v0.1.0 (https://github.com/starcoinorg/move?rev=7c0ec30b6dd783cc0377b5b2c85650130028d3b5#7c0ec30b)
[INFO] [stderr]    Compiling quick_cache v0.6.18
[INFO] [stderr]    Compiling textwrap v0.16.0
[INFO] [stderr]    Compiling clap v4.5.47
[INFO] [stderr]    Compiling move-borrow-graph v0.0.1 (https://github.com/starcoinorg/move?rev=babf994a38cda17b84186c7992f92fb3554347f0#babf994a)
[INFO] [stderr]    Compiling arr_macro_impl v0.2.1
[INFO] [stderr]    Compiling move-ir-to-bytecode v0.1.0 (https://github.com/starcoinorg/move?rev=7c0ec30b6dd783cc0377b5b2c85650130028d3b5#7c0ec30b)
[INFO] [stderr]    Compiling starcoin-infallible v2.0.1 (/opt/rustwide/workdir/commons/infallible)
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling arr_macro v0.2.1
[INFO] [stderr]    Compiling starcoin-time-service v2.1.1 (/opt/rustwide/workdir/commons/time-service)
[INFO] [stderr]    Compiling sha3 v0.10.7
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling move-compiler v0.0.1 (https://github.com/starcoinorg/move?rev=7c0ec30b6dd783cc0377b5b2c85650130028d3b5#7c0ec30b)
[INFO] [stderr]    Compiling move-coverage v0.1.0 (https://github.com/starcoinorg/move?rev=7c0ec30b6dd783cc0377b5b2c85650130028d3b5#7c0ec30b)
[INFO] [stderr]    Compiling rustix v0.36.14
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling ouroboros_macro v0.9.5
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling move-core-types v0.0.4 (https://github.com/starcoinorg/move?rev=babf994a38cda17b84186c7992f92fb3554347f0#babf994a)
[INFO] [stderr]    Compiling ouroboros v0.9.5
[INFO] [stderr]    Compiling is-terminal v0.4.3
[INFO] [stderr]    Compiling ark-std v0.4.0
[INFO] [stderr]    Compiling ark-serialize v0.4.2
[INFO] [stderr]    Compiling ark-ff v0.4.2
[INFO] [stderr]    Compiling crypto-common v0.1.0 (https://github.com/starcoinorg/crypto-common?rev=c350ab8d2b61f24d4a6102e5797a29b3950b92b2#c350ab8d)
[INFO] [stderr]    Compiling flexi_logger v0.27.4
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling move-vm-types v0.1.0 (https://github.com/starcoinorg/move?rev=7c0ec30b6dd783cc0377b5b2c85650130028d3b5#7c0ec30b)
[INFO] [stderr]    Compiling move-binary-format v0.0.3 (https://github.com/starcoinorg/move?rev=babf994a38cda17b84186c7992f92fb3554347f0#babf994a)
[INFO] [stderr]    Compiling tera v1.17.1
[INFO] [stderr]    Compiling toml v0.7.8
[INFO] [stderr]    Compiling log4rs v1.2.0
[INFO] [stderr]    Compiling ed25519-dalek-fiat v0.1.0
[INFO] [stderr]    Compiling move-bytecode-utils v0.1.0 (https://github.com/starcoinorg/move?rev=7c0ec30b6dd783cc0377b5b2c85650130028d3b5#7c0ec30b)
[INFO] [stderr] error: could not compile `move-compiler` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/bin/rustc --crate-name move_compiler --edition=2021 /opt/rustwide/cargo-home/git/checkouts/move-5b0af6f771f33a65/7c0ec30/language/move-compiler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a44b91c08e2dfa53 -C extra-filename=-525e7b723b4a1432 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-1062fd8720902979.rmeta --extern bcs=/opt/rustwide/target/debug/deps/libbcs-9aa338c29553e354.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-3fa6da082e1e34f2.rmeta --extern codespan_reporting=/opt/rustwide/target/debug/deps/libcodespan_reporting-930b6c65632f81b4.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-4c9588bd8cce897a.rmeta --extern move_binary_format=/opt/rustwide/target/debug/deps/libmove_binary_format-a95219d9e2daa46a.rmeta --extern move_borrow_graph=/opt/rustwide/target/debug/deps/libmove_borrow_graph-1ac2994b6ab78cc8.rmeta --extern move_bytecode_source_map=/opt/rustwide/target/debug/deps/libmove_bytecode_source_map-ccadd5269aef2fdd.rmeta --extern move_bytecode_verifier=/opt/rustwide/target/debug/deps/libmove_bytecode_verifier-1e62487d7454e707.rmeta --extern move_command_line_common=/opt/rustwide/target/debug/deps/libmove_command_line_common-43de84bb903d44fc.rmeta --extern move_core_types=/opt/rustwide/target/debug/deps/libmove_core_types-6cd0511d1b79580a.rmeta --extern move_ir_to_bytecode=/opt/rustwide/target/debug/deps/libmove_ir_to_bytecode-c31a6ec562e3ab10.rmeta --extern move_ir_types=/opt/rustwide/target/debug/deps/libmove_ir_types-da4f2ff966726f88.rmeta --extern move_symbol_pool=/opt/rustwide/target/debug/deps/libmove_symbol_pool-64a8539aaa42b318.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-5c42cc25c3567235.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-b9b136a4a4aa02c0.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-8472ba6b36f0fffa.rmeta --extern sha3=/opt/rustwide/target/debug/deps/libsha3-a600c5e42839c01a.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-d138cdee286562f6.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "3ecc2232dea39948c1d51687c99de584959a010a30f9d7cc95185e0cafaa6afe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ecc2232dea39948c1d51687c99de584959a010a30f9d7cc95185e0cafaa6afe", kill_on_drop: false }`
[INFO] [stdout] 3ecc2232dea39948c1d51687c99de584959a010a30f9d7cc95185e0cafaa6afe
