[INFO] cloning repository https://github.com/stephaneworkspace/yew_astro [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stephaneworkspace/yew_astro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstephaneworkspace%2Fyew_astro", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstephaneworkspace%2Fyew_astro'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b35afdbe4ad00b589fba2de315dd802bf3cde30c [INFO] checking stephaneworkspace/yew_astro against master#a874956d940ecb3ed524b6176a171219ac4787ea for pr-76104 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstephaneworkspace%2Fyew_astro" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/stephaneworkspace/yew_astro on toolchain a874956d940ecb3ed524b6176a171219ac4787ea [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a874956d940ecb3ed524b6176a171219ac4787ea" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/stephaneworkspace/yew_astro [INFO] finished tweaking git repo https://github.com/stephaneworkspace/yew_astro [INFO] tweaked toml for git repo https://github.com/stephaneworkspace/yew_astro written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/stephaneworkspace/yew_astro already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a874956d940ecb3ed524b6176a171219ac4787ea" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+a874956d940ecb3ed524b6176a171219ac4787ea" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec462ff07a74366b38090e483b31ad03fbf393b6fde9cc17d172e8e5dbfa7487 [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" "ec462ff07a74366b38090e483b31ad03fbf393b6fde9cc17d172e8e5dbfa7487", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec462ff07a74366b38090e483b31ad03fbf393b6fde9cc17d172e8e5dbfa7487", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec462ff07a74366b38090e483b31ad03fbf393b6fde9cc17d172e8e5dbfa7487", kill_on_drop: false }` [INFO] [stdout] ec462ff07a74366b38090e483b31ad03fbf393b6fde9cc17d172e8e5dbfa7487 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+a874956d940ecb3ed524b6176a171219ac4787ea" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 117d95908e1a8041f2996e1af5e2b061e0bfe2d80e8b1bbff51cbc4669c02e12 [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" "117d95908e1a8041f2996e1af5e2b061e0bfe2d80e8b1bbff51cbc4669c02e12", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling cbindgen v0.12.1 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling libswe-sys v0.1.0 (https://github.com/stephaneworkspace/astro_compute_swisseph.git#36f94ab7) [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Compiling yew v0.10.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Checking smallvec v0.4.5 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking anymap v0.12.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Compiling indexmap v1.3.0 [INFO] [stderr] Compiling yew-macro v0.10.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling stdweb v0.4.20 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking http v0.1.21 [INFO] [stderr] Checking libmath v0.2.1 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Checking ferris-says v0.1.1 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling strum_macros v0.17.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking bincode v1.0.1 [INFO] [stderr] Compiling toml v0.5.5 [INFO] [stderr] Compiling stdweb-derive v0.5.3 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.9 [INFO] [stderr] Compiling astro v0.1.0 (https://github.com/stephaneworkspace/astro_compute_swisseph.git#36f94ab7) [INFO] [stderr] error: failed to run custom build command for `astro v0.1.0 (https://github.com/stephaneworkspace/astro_compute_swisseph.git#36f94ab7)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/astro-d95263d912e6e766/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: CargoMetadata("/opt/rustwide/cargo-home/git/checkouts/astro_compute_swisseph-4ac02ec5c09475c9/36f94ab/Cargo.toml", Metadata(Output { status: ExitStatus(ExitStatus(25856)), stdout: "", stderr: " Updating crates.io index\nwarning: spurious network error (2 tries remaining): failed to resolve address for github.com: Temporary failure in name resolution; class=Net (12)\nwarning: spurious network error (1 tries remaining): failed to resolve address for github.com: Temporary failure in name resolution; class=Net (12)\nerror: failed to get `ferris-says` as a dependency of package `astro v0.1.0 (/opt/rustwide/cargo-home/git/checkouts/astro_compute_swisseph-4ac02ec5c09475c9/36f94ab)`\n\nCaused by:\n failed to load source for dependency `ferris-says`\n\nCaused by:\n Unable to update registry `https://github.com/rust-lang/crates.io-index`\n\nCaused by:\n failed to fetch `https://github.com/rust-lang/crates.io-index`\n\nCaused by:\n network failure seems to have happened\n if a proxy or similar is necessary `net.git-fetch-with-cli` may help here\n https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli\n\nCaused by:\n failed to resolve address for github.com: Temporary failure in name resolution; class=Net (12)\n" }))', /opt/rustwide/cargo-home/git/checkouts/astro_compute_swisseph-4ac02ec5c09475c9/36f94ab/build.rs:27:10 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x556dcde38240 - std::backtrace_rs::backtrace::libunwind::trace::h14e81b0c16b543a7 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/../../backtrace/src/backtrace/libunwind.rs:96 [INFO] [stderr] 1: 0x556dcde38240 - std::backtrace_rs::backtrace::trace_unsynchronized::hc9e39e172835ff32 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/../../backtrace/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x556dcde38240 - std::sys_common::backtrace::_print_fmt::h31994df1c8c77b8f [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/sys_common/backtrace.rs:79 [INFO] [stderr] 3: 0x556dcde38240 - ::fmt::he74e98acff43ec99 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/sys_common/backtrace.rs:58 [INFO] [stderr] 4: 0x556dcde5de4c - core::fmt::write::h1857a60b204f1b6a [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/core/src/fmt/mod.rs:1080 [INFO] [stderr] 5: 0x556dcde35397 - std::io::Write::write_fmt::hea6289e6649ff508 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/io/mod.rs:1517 [INFO] [stderr] 6: 0x556dcde3abd0 - std::sys_common::backtrace::_print::h8cc65937fea24014 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/sys_common/backtrace.rs:61 [INFO] [stderr] 7: 0x556dcde3abd0 - std::sys_common::backtrace::print::hff6a0ebb96535e34 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/sys_common/backtrace.rs:48 [INFO] [stderr] 8: 0x556dcde3abd0 - std::panicking::default_hook::{{closure}}::h71b9700c5dda1b1d [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:208 [INFO] [stderr] 9: 0x556dcde3a91c - std::panicking::default_hook::h0c46e634c06c69b6 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:227 [INFO] [stderr] 10: 0x556dcde3b233 - std::panicking::rust_panic_with_hook::he52576a0c2093334 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:577 [INFO] [stderr] 11: 0x556dcde3ae09 - std::panicking::begin_panic_handler::{{closure}}::h411c800b810762b2 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:484 [INFO] [stderr] 12: 0x556dcde386cc - std::sys_common::backtrace::__rust_end_short_backtrace::ha657a272019e6aad [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/sys_common/backtrace.rs:153 [INFO] [stderr] 13: 0x556dcde3adc9 - rust_begin_unwind [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:483 [INFO] [stderr] 14: 0x556dcde5c731 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/core/src/panicking.rs:85 [INFO] [stderr] 15: 0x556dcde5c553 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/core/src/option.rs:1221 [INFO] [stderr] 16: 0x556dcd94ed9a - core::result::Result::unwrap::hbcb25ea10d4ef878 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/core/src/result.rs:973 [INFO] [stderr] 17: 0x556dcd9511b7 - build_script_build::main::h782da35a2a0804d0 [INFO] [stderr] at /opt/rustwide/cargo-home/git/checkouts/astro_compute_swisseph-4ac02ec5c09475c9/36f94ab/build.rs:26 [INFO] [stderr] 18: 0x556dcd94dfab - core::ops::function::FnOnce::call_once::h7cc3d54cc2b43014 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/core/src/ops/function.rs:227 [INFO] [stderr] 19: 0x556dcd94671e - std::sys_common::backtrace::__rust_begin_short_backtrace::h10192b7fcaa7f736 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/sys_common/backtrace.rs:137 [INFO] [stderr] 20: 0x556dcd94d811 - std::rt::lang_start::{{closure}}::hf8f667db730a9a53 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/rt.rs:66 [INFO] [stderr] 21: 0x556dcde3b701 - core::ops::function::impls:: for &F>::call_once::h009d20b8a620bf60 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/core/src/ops/function.rs:259 [INFO] [stderr] 22: 0x556dcde3b701 - std::panicking::try::do_call::h09431c39e2107c90 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:381 [INFO] [stderr] 23: 0x556dcde3b701 - std::panicking::try::he27cf60b958af343 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:345 [INFO] [stderr] 24: 0x556dcde3b701 - std::panic::catch_unwind::h7b646b0041dc5591 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panic.rs:382 [INFO] [stderr] 25: 0x556dcde3b701 - std::rt::lang_start_internal::hdad6c98af1e4747e [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/rt.rs:51 [INFO] [stderr] 26: 0x556dcd94d7e7 - std::rt::lang_start::h1b25b8a44ed9535a [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/rt.rs:65 [INFO] [stderr] 27: 0x556dcd95125a - main [INFO] [stderr] 28: 0x7fb5a24190b3 - __libc_start_main [INFO] [stderr] 29: 0x556dcd92f0de - _start [INFO] [stderr] 30: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "117d95908e1a8041f2996e1af5e2b061e0bfe2d80e8b1bbff51cbc4669c02e12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "117d95908e1a8041f2996e1af5e2b061e0bfe2d80e8b1bbff51cbc4669c02e12", kill_on_drop: false }` [INFO] [stdout] 117d95908e1a8041f2996e1af5e2b061e0bfe2d80e8b1bbff51cbc4669c02e12