[INFO] fetching crate tvm-rt 0.1.0-alpha... [INFO] checking tvm-rt-0.1.0-alpha against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate tvm-rt 0.1.0-alpha into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate tvm-rt 0.1.0-alpha on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tvm-rt 0.1.0-alpha [INFO] finished tweaking crates.io crate tvm-rt 0.1.0-alpha [INFO] tweaked toml for crates.io crate tvm-rt 0.1.0-alpha written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tvm-sys v0.1.1-alpha [INFO] [stderr] Downloaded tvm-macros v0.1.1-alpha [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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 61dc66a0d5c34a328b20b12173f1fb007c875eb337f70989d40e0ea96fd7629c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "61dc66a0d5c34a328b20b12173f1fb007c875eb337f70989d40e0ea96fd7629c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "61dc66a0d5c34a328b20b12173f1fb007c875eb337f70989d40e0ea96fd7629c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61dc66a0d5c34a328b20b12173f1fb007c875eb337f70989d40e0ea96fd7629c", kill_on_drop: false }` [INFO] [stdout] 61dc66a0d5c34a328b20b12173f1fb007c875eb337f70989d40e0ea96fd7629c [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=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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 334f7638de38a244f595d80307200ef884f8d1fd156519b68ae33ac0b6b857ce [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "334f7638de38a244f595d80307200ef884f8d1fd156519b68ae33ac0b6b857ce", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo. [INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously. [INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html [INFO] [stderr] When building the following dependencies, the given features will no longer be used: [INFO] [stderr] [INFO] [stderr] num-traits v0.2.14: i128 [INFO] [stderr] num-traits v0.2.14 (as host dependency): default [INFO] [stderr] [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling heim-common v0.0.11 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling heim-host v0.0.11 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling hex v0.4.0 [INFO] [stderr] Compiling platforms v0.2.1 [INFO] [stderr] Compiling anyhow v1.0.43 [INFO] [stderr] Compiling macaddr v1.0.1 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling bindgen v0.57.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling matrixmultiply v0.1.15 [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.3 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking rawpointer v0.1.0 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling ndarray v0.12.1 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tracing-core v0.1.19 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling sharded-slab v0.1.3 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling clang-sys v1.2.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Compiling futures-task v0.3.16 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Checking itertools v0.7.11 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling futures-channel v0.3.16 [INFO] [stderr] Compiling proc-macro-hack v0.4.3 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling dirs v3.0.2 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling mashup-impl v0.1.13+deprecated [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling openssl-sys v0.9.66 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling libssh2-sys v0.2.21 [INFO] [stderr] Compiling raw-cpuid v7.0.4 [INFO] [stderr] Compiling libgit2-sys v0.12.22+1.1.0 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Checking mashup v0.1.13+deprecated [INFO] [stderr] Compiling uom v0.30.0 [INFO] [stderr] Checking paste v0.1.18 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling git2 v0.13.21 [INFO] [stderr] Compiling serde_derive v1.0.128 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling structopt-derive v0.4.15 [INFO] [stderr] Compiling scroll_derive v0.10.5 [INFO] [stderr] Compiling enumn v0.1.3 [INFO] [stderr] Compiling scroll v0.10.2 [INFO] [stderr] Compiling goblin v0.2.3 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling structopt v0.3.22 [INFO] [stderr] Compiling futures-executor v0.3.16 [INFO] [stderr] Compiling futures v0.3.16 [INFO] [stderr] Compiling serde v1.0.128 [INFO] [stderr] Compiling tvm-macros v0.1.1-alpha [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling heim-runtime v0.0.7 [INFO] [stderr] Compiling tracing-subscriber v0.2.20 [INFO] [stderr] Compiling heim-net v0.0.11 [INFO] [stderr] Compiling heim-cpu v0.0.11 [INFO] [stderr] Compiling heim-virt v0.0.11 [INFO] [stderr] Compiling heim-disk v0.0.11 [INFO] [stderr] Compiling heim-memory v0.0.11 [INFO] [stderr] Compiling heim-sensors v0.0.6 [INFO] [stderr] Compiling heim-process v0.0.11 [INFO] [stderr] Compiling heim v0.0.11 [INFO] [stderr] Compiling tvm-build v0.1.4 [INFO] [stderr] Compiling tvm-sys v0.1.1-alpha [INFO] [stderr] error: failed to run custom build command for `tvm-sys v0.1.1-alpha` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/tvm-sys-a1a45ed5d1e5a565/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] https://github.com/apache/tvm [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] Error: failed to resolve address for github.com: Temporary failure in name resolution; class=Net (12) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to resolve address for github.com: Temporary failure in name resolution; class=Net (12) [INFO] [stderr] [INFO] [stderr] Stack backtrace: [INFO] [stderr] 0: anyhow::error:: for anyhow::Error>::from [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.43/src/error.rs:519:25 [INFO] [stderr] 1: as core::ops::try_trait::FromResidual>>::from_residual [INFO] [stderr] at /rustc/a7a572ce3edd6d476191fbfe92c9c1986e009b34/library/core/src/result.rs:1915:27 [INFO] [stderr] 2: build_script_build::find_using_tvm_build [INFO] [stderr] at ./build.rs:63:24 [INFO] [stderr] 3: build_script_build::main [INFO] [stderr] at ./build.rs:75:14 [INFO] [stderr] 4: core::ops::function::FnOnce::call_once [INFO] [stderr] at /rustc/a7a572ce3edd6d476191fbfe92c9c1986e009b34/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 5: std::sys_common::backtrace::__rust_begin_short_backtrace [INFO] [stderr] at /rustc/a7a572ce3edd6d476191fbfe92c9c1986e009b34/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 6: std::rt::lang_start::{{closure}} [INFO] [stderr] at /rustc/a7a572ce3edd6d476191fbfe92c9c1986e009b34/library/std/src/rt.rs:63:18 [INFO] [stderr] 7: core::ops::function::impls:: for &F>::call_once [INFO] [stderr] at /rustc/a7a572ce3edd6d476191fbfe92c9c1986e009b34/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 8: std::panicking::try::do_call [INFO] [stderr] at /rustc/a7a572ce3edd6d476191fbfe92c9c1986e009b34/library/std/src/panicking.rs:403:40 [INFO] [stderr] 9: std::panicking::try [INFO] [stderr] at /rustc/a7a572ce3edd6d476191fbfe92c9c1986e009b34/library/std/src/panicking.rs:367:19 [INFO] [stderr] 10: std::panic::catch_unwind [INFO] [stderr] at /rustc/a7a572ce3edd6d476191fbfe92c9c1986e009b34/library/std/src/panic.rs:129:14 [INFO] [stderr] 11: std::rt::lang_start_internal::{{closure}} [INFO] [stderr] at /rustc/a7a572ce3edd6d476191fbfe92c9c1986e009b34/library/std/src/rt.rs:45:48 [INFO] [stderr] 12: std::panicking::try::do_call [INFO] [stderr] at /rustc/a7a572ce3edd6d476191fbfe92c9c1986e009b34/library/std/src/panicking.rs:403:40 [INFO] [stderr] 13: std::panicking::try [INFO] [stderr] at /rustc/a7a572ce3edd6d476191fbfe92c9c1986e009b34/library/std/src/panicking.rs:367:19 [INFO] [stderr] 14: std::panic::catch_unwind [INFO] [stderr] at /rustc/a7a572ce3edd6d476191fbfe92c9c1986e009b34/library/std/src/panic.rs:129:14 [INFO] [stderr] 15: std::rt::lang_start_internal [INFO] [stderr] at /rustc/a7a572ce3edd6d476191fbfe92c9c1986e009b34/library/std/src/rt.rs:45:20 [INFO] [stderr] 16: std::rt::lang_start [INFO] [stderr] at /rustc/a7a572ce3edd6d476191fbfe92c9c1986e009b34/library/std/src/rt.rs:62:5 [INFO] [stderr] 17: main [INFO] [stderr] 18: __libc_start_main [INFO] [stderr] 19: _start [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "334f7638de38a244f595d80307200ef884f8d1fd156519b68ae33ac0b6b857ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "334f7638de38a244f595d80307200ef884f8d1fd156519b68ae33ac0b6b857ce", kill_on_drop: false }` [INFO] [stdout] 334f7638de38a244f595d80307200ef884f8d1fd156519b68ae33ac0b6b857ce