[INFO] cloning repository https://github.com/tetcore/migration-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tetcore/migration-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftetcore%2Fmigration-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftetcore%2Fmigration-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a46652ea0273aef20fb70fe74197fba94e244f91 [INFO] testing tetcore/migration-example against 1.64.0 for beta-1.65-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftetcore%2Fmigration-example" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tetcore/migration-example on toolchain 1.64.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tetcore/migration-example [INFO] finished tweaking git repo https://github.com/tetcore/migration-example [INFO] tweaked toml for git repo https://github.com/tetcore/migration-example written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/tetcore/migration-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cc96d9a0fe001588c27ea192ed6dc755d1878cf0c91662527800886bbc97f50e [INFO] running `Command { std: "docker" "start" "-a" "cc96d9a0fe001588c27ea192ed6dc755d1878cf0c91662527800886bbc97f50e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cc96d9a0fe001588c27ea192ed6dc755d1878cf0c91662527800886bbc97f50e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc96d9a0fe001588c27ea192ed6dc755d1878cf0c91662527800886bbc97f50e", kill_on_drop: false }` [INFO] [stdout] cc96d9a0fe001588c27ea192ed6dc755d1878cf0c91662527800886bbc97f50e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b8cf0ed637da5bfe3368b0b21153191827277c3485d70f75da2a873c8aa151b7 [INFO] running `Command { std: "docker" "start" "-a" "b8cf0ed637da5bfe3368b0b21153191827277c3485d70f75da2a873c8aa151b7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.13 [INFO] [stderr] Compiling serde_derive v1.0.119 [INFO] [stderr] Compiling serde v1.0.119 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling futures v0.1.30 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling futures-core v0.3.11 [INFO] [stderr] Compiling pin-project-lite v0.2.4 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling futures-io v0.3.11 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-sink v0.3.11 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling signature v1.3.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling radium v0.3.0 [INFO] [stderr] Compiling byte-slice-cast v0.3.5 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling rustc-demangle v0.1.18 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling gimli v0.23.0 [INFO] [stderr] Compiling object v0.22.0 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling getrandom v0.2.1 [INFO] [stderr] Compiling sp-std v2.0.1 [INFO] [stderr] Compiling ahash v0.3.8 [INFO] [stderr] Compiling anyhow v1.0.38 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling parity-util-mem v0.7.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling ref-cast v1.0.6 [INFO] [stderr] Compiling parity-wasm v0.41.0 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling hash-db v0.15.2 [INFO] [stderr] Compiling memory_units v0.3.0 [INFO] [stderr] Compiling environmental v1.1.2 [INFO] [stderr] Compiling dyn-clone v1.0.4 [INFO] [stderr] Compiling base58 v0.1.0 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling multimap v0.8.2 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling data-encoding v2.3.1 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling bs58 v0.4.0 [INFO] [stderr] Compiling bs58 v0.3.1 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling fastrand v1.4.0 [INFO] [stderr] Compiling pin-project-lite v0.1.11 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling vec-arena v1.0.0 [INFO] [stderr] Compiling async-task v4.0.3 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.69 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling bumpalo v3.4.0 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling cpuid-bool v0.2.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling cranelift-codegen-shared v0.66.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.69 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling target-lexicon v0.10.0 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling prometheus v0.10.0 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling c_linked_list v1.1.1 [INFO] [stderr] Compiling nohash-hasher v0.2.0 [INFO] [stderr] Compiling hex_fmt v0.3.0 [INFO] [stderr] Compiling parity-send-wrapper v0.1.0 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling zstd-safe v2.0.6+zstd.1.4.7 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling ipnet v2.3.0 [INFO] [stderr] Compiling lru_time_cache v0.10.0 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling atomic v0.4.6 [INFO] [stderr] Compiling wasmtime-environ v0.19.0 [INFO] [stderr] Compiling wasmparser v0.59.0 [INFO] [stderr] Compiling more-asserts v0.2.1 [INFO] [stderr] Compiling wasmparser v0.57.0 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling leb128 v0.2.4 [INFO] [stderr] Compiling object v0.19.0 [INFO] [stderr] Compiling arc-swap v1.2.0 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling hex-literal v0.3.1 [INFO] [stderr] Compiling bitmask v0.5.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling bindgen v0.54.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling futures-timer v2.0.2 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling ip_network v0.3.4 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling mio-named-pipes v0.1.7 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling retain_mut v0.1.2 [INFO] [stderr] Compiling names v0.11.0 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling platforms v0.2.1 [INFO] [stderr] Compiling sc-consensus-slots v0.8.1 [INFO] [stderr] Compiling safe-mix v1.0.1 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling thread_local v1.1.0 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling parity-wasm v0.32.0 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling futures-channel v0.3.11 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling tinyvec v1.1.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling ed25519 v1.0.3 [INFO] [stderr] Compiling blake2b_simd v0.5.11 [INFO] [stderr] Compiling blake2s_simd v0.5.11 [INFO] [stderr] Compiling bitvec v0.17.4 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling semver v0.6.0 [INFO] [stderr] Compiling trie-root v0.16.0 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling dns-parser v0.8.0 [INFO] [stderr] Compiling form_urlencoded v1.0.0 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling quicksink v0.1.2 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling wasmi-validation v0.3.0 [INFO] [stderr] Compiling clang-sys v0.29.3 [INFO] [stderr] Compiling owning_ref v0.4.1 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling addr2line v0.14.1 [INFO] [stderr] Compiling http v0.2.3 [INFO] [stderr] Compiling wast v31.0.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling linked_hash_set v0.1.4 [INFO] [stderr] Compiling matrixmultiply v0.2.4 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling substrate-build-script-utils v2.0.1 [INFO] [stderr] Compiling lru v0.6.3 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling build-helper v0.1.1 [INFO] [stderr] Compiling async-channel v1.5.1 [INFO] [stderr] Compiling unicode-normalization v0.1.16 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling node-template v2.0.1 (/opt/rustwide/workdir/node) [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling futures-lite v1.11.3 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling tracing-log v0.1.1 [INFO] [stderr] Compiling trie-db v0.22.2 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling regalloc v0.0.27 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling pwasm-utils v0.14.0 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling wasm-gc-api v0.1.11 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling uint v0.8.5 [INFO] [stderr] Compiling hash256-std-hasher v0.15.2 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling blake2-rfc v0.2.18 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling smallvec v0.6.14 [INFO] [stderr] Compiling snow v0.7.2 [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/snow-37dbf1ac21c422f4/invoked.timestamp` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] thread 'rustc' panicked at 'assertion failed: pos.get() <= self.position()', compiler/rustc_metadata/src/rmeta/encoder.rs:392:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] error: could not compile `unicase` [INFO] [stderr] error: could not compile `futures-util-preview` [INFO] [stderr] error: could not compile `aho-corasick` [INFO] [stderr] 0: 0x7fb6012df19d - std::backtrace_rs::backtrace::libunwind::trace::h9135f25bc195152c [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x7fb6012df19d - std::backtrace_rs::backtrace::trace_unsynchronized::h015ee85be510df51 [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x7fb6012df19d - std::sys_common::backtrace::_print_fmt::h5fad03caa9652a2c [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x7fb6012df19d - ::fmt::h2b42ca28d244e5c7 [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x7fb60133a6ac - core::fmt::write::h401e827d053130ed [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/core/src/fmt/mod.rs:1198:17 [INFO] [stderr] 5: 0x7fb6012d04e1 - std::io::Write::write_fmt::hffec93268f5cde32 [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/io/mod.rs:1672:15 [INFO] [stderr] 6: 0x7fb6012e1eb5 - std::sys_common::backtrace::_print::h180c4c706ee1d3fb [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x7fb6012e1eb5 - std::sys_common::backtrace::print::hd0c35d18765761c9 [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x7fb6012e1eb5 - std::panicking::default_hook::{{closure}}::h1f023310983bc730 [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x7fb6012e1bd1 - std::panicking::default_hook::h188fec3334afd5be [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/panicking.rs:314:9 [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `crossbeam-utils` [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] thread 'rustc' panicked at 'assertion failed: pos.get() <= self.position()', compiler/rustc_metadata/src/rmeta/encoder.rs:392:9 [INFO] [stderr] error: could not compile `blake2-rfc` [INFO] [stderr] error: could not compile `wasm-gc-api` [INFO] [stderr] 10: 0x7fb603bb7484 - rustc_driver[4568cc0a685fd94d]::DEFAULT_HOOK::{closure#0}::{closure#0} [INFO] [stderr] 11: 0x7fb6012e25ea - std::panicking::rust_panic_with_hook::hf26e9d4f97b40096 [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/panicking.rs:702:17 [INFO] [stderr] 12: 0x7fb6012e23e9 - std::panicking::begin_panic_handler::{{closure}}::hfab912107608087a [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/panicking.rs:586:13 [INFO] [stderr] 13: 0x7fb6012df694 - std::sys_common::backtrace::__rust_end_short_backtrace::h434b685ce8d9965b [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stderr] 14: 0x7fb6012e2159 - rust_begin_unwind [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/panicking.rs:584:5 [INFO] [stderr] 15: 0x7fb6013371c3 - core::panicking::panic_fmt::ha6dc7f2ab2479463 [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/core/src/panicking.rs:142:14 [INFO] [stderr] 16: 0x7fb60133700d - core::panicking::panic::hb3ad04c589a0e3c8 [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/core/src/panicking.rs:48:5 [INFO] [stderr] 17: 0x7fb6033b1e0d - ::encode_crate_root [INFO] [stderr] 18: 0x7fb603344682 - rustc_metadata[281ce51c3d50ac31]::rmeta::encoder::encode_metadata_impl [INFO] [stderr] 19: 0x7fb603341a54 - rustc_data_structures[49e7163a34b889d1]::sync::join:: [INFO] [stderr] 20: 0x7fb603341119 - rustc_metadata[281ce51c3d50ac31]::rmeta::encoder::encode_metadata [INFO] [stderr] 21: 0x7fb603340070 - rustc_metadata[281ce51c3d50ac31]::fs::encode_and_write_metadata [INFO] [stderr] 22: 0x7fb60333733f - ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core[6fcc70bcc91a5bf5]::result::Result, rustc_errors[5fcb1a1f56a762e6]::ErrorGuaranteed>> [INFO] [stderr] 23: 0x7fb60332fa0f - ::ongoing_codegen [INFO] [stderr] 24: 0x7fb60332e9b2 - ::enter::, rustc_errors[5fcb1a1f56a762e6]::ErrorGuaranteed>> [INFO] [stderr] 25: 0x7fb60332386a - rustc_span[721a57c036170ce]::with_source_map::, rustc_interface[f934826ba4c12dd9]::interface::create_compiler_and_run, rustc_driver[4568cc0a685fd94d]::run_compiler::{closure#1}>::{closure#1}> [INFO] [stderr] 26: 0x7fb6033231a2 - >::set::, rustc_driver[4568cc0a685fd94d]::run_compiler::{closure#1}>::{closure#0}, core[6fcc70bcc91a5bf5]::result::Result<(), rustc_errors[5fcb1a1f56a762e6]::ErrorGuaranteed>> [INFO] [stderr] 27: 0x7fb6033215cf - std[306a94a967d8f5ee]::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver[4568cc0a685fd94d]::run_compiler::{closure#1}>::{closure#0}, core[6fcc70bcc91a5bf5]::result::Result<(), rustc_errors[5fcb1a1f56a762e6]::ErrorGuaranteed>>::{closure#0}, core[6fcc70bcc91a5bf5]::result::Result<(), rustc_errors[5fcb1a1f56a762e6]::ErrorGuaranteed>> [INFO] [stderr] 28: 0x7fb6039db0b9 - <::spawn_unchecked_, rustc_driver[4568cc0a685fd94d]::run_compiler::{closure#1}>::{closure#0}, core[6fcc70bcc91a5bf5]::result::Result<(), rustc_errors[5fcb1a1f56a762e6]::ErrorGuaranteed>>::{closure#0}, core[6fcc70bcc91a5bf5]::result::Result<(), rustc_errors[5fcb1a1f56a762e6]::ErrorGuaranteed>>::{closure#1} as core[6fcc70bcc91a5bf5]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 29: 0x7fb6012ec723 - as core::ops::function::FnOnce>::call_once::h56d5fc072706762b [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/alloc/src/boxed.rs:1935:9 [INFO] [stderr] 30: 0x7fb6012ec723 - as core::ops::function::FnOnce>::call_once::h41deef8e33b824bb [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/alloc/src/boxed.rs:1935:9 [INFO] [stderr] 31: 0x7fb6012ec723 - std::sys::unix::thread::Thread::new::thread_start::ha6436304a1170bba [INFO] [stderr] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 32: 0x7fb60119c609 - start_thread [INFO] [stderr] 33: 0x7fb6010bf133 - clone [INFO] [stderr] 34: 0x0 - [INFO] [stderr] [INFO] [stderr] error: internal compiler error: unexpected panic [INFO] [stderr] [INFO] [stderr] note: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: rustc 1.64.0 (a55dd71d5 2022-09-19) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `trie-db` [INFO] [stderr] error: could not compile `wast` [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `crossbeam-utils` [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `semver-parser` [INFO] [stderr] error: could not compile `pwasm-utils` [INFO] running `Command { std: "docker" "inspect" "b8cf0ed637da5bfe3368b0b21153191827277c3485d70f75da2a873c8aa151b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8cf0ed637da5bfe3368b0b21153191827277c3485d70f75da2a873c8aa151b7", kill_on_drop: false }` [INFO] [stdout] b8cf0ed637da5bfe3368b0b21153191827277c3485d70f75da2a873c8aa151b7