[INFO] cloning repository https://github.com/antono/rwasm [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/antono/rwasm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantono%2Frwasm"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantono%2Frwasm'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 97803319c147847dcf2cd670622fe727b92aca09 [INFO] checking antono/rwasm against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantono%2Frwasm" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/antono/rwasm on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/antono/rwasm [INFO] finished tweaking git repo https://github.com/antono/rwasm [INFO] tweaked toml for git repo https://github.com/antono/rwasm written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/antono/rwasm already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ff7c3f4c0daf14aed06996c8789b60cbd81316eee263426ff9a2b475553059ed [INFO] running `"docker" "start" "-a" "ff7c3f4c0daf14aed06996c8789b60cbd81316eee263426ff9a2b475553059ed"` [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling serde v1.0.33 [INFO] [stderr] Compiling wasm-bindgen-shared v0.1.1 [INFO] [stderr] Compiling itoa v0.4.0 [INFO] [stderr] Compiling num-traits v0.2.2 [INFO] [stderr] Compiling dtoa v0.4.2 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling rwasm v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:63:33 [INFO] [stderr] | [INFO] [stderr] 63 | proc_macro::TokenNode::Group(delim, (s.0).0) [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:70:33 [INFO] [stderr] | [INFO] [stderr] 70 | proc_macro::TokenNode::Op(ch, kind) [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:73:33 [INFO] [stderr] | [INFO] [stderr] 73 | proc_macro::TokenNode::Term((s.0).0) [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:76:33 [INFO] [stderr] | [INFO] [stderr] 76 | proc_macro::TokenNode::Literal((l.0).0) [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:124:29 [INFO] [stderr] | [INFO] [stderr] 124 | proc_macro::TokenNode::Group(delim, s) => { [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:133:29 [INFO] [stderr] | [INFO] [stderr] 133 | proc_macro::TokenNode::Op(ch, kind) => { [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:140:29 [INFO] [stderr] | [INFO] [stderr] 140 | proc_macro::TokenNode::Term(s) => { [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:143:29 [INFO] [stderr] | [INFO] [stderr] 143 | proc_macro::TokenNode::Literal(l) => { [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Term` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:279:26 [INFO] [stderr] | [INFO] [stderr] 279 | Term(proc_macro::Term::intern(string)) [INFO] [stderr] | ^^^^ could not find `Term` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:362:21 [INFO] [stderr] | [INFO] [stderr] 362 | proc_macro::TokenNode::Literal(l) => l, [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0574]: expected struct, variant or union type, found enum `proc_macro::TokenTree` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:53:21 [INFO] [stderr] | [INFO] [stderr] 53 | TokenStream(proc_macro::TokenTree { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not a struct, variant or union type [INFO] [stderr] help: possible better candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use TokenTree; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TokenTreeIter` in crate `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:102:38 [INFO] [stderr] | [INFO] [stderr] 102 | pub struct TokenTreeIter(proc_macro::TokenTreeIter); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] help: an enum with a similar name exists [INFO] [stderr] | [INFO] [stderr] 102 | pub struct TokenTreeIter(proc_macro::TokenTree); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use TokenTreeIter; [INFO] [stderr] | [INFO] [stderr] 1 | use imp::TokenTreeIter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Term` in crate `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:275:29 [INFO] [stderr] | [INFO] [stderr] 275 | pub struct Term(proc_macro::Term); [INFO] [stderr] | ^^^^ not found in `proc_macro` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use Term; [INFO] [stderr] | [INFO] [stderr] 1 | use imp::Term; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `empty` found for type `proc_macro::TokenStream` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:17:46 [INFO] [stderr] | [INFO] [stderr] 17 | TokenStream(proc_macro::TokenStream::empty()) [INFO] [stderr] | ^^^^^ function or associated item not found in `proc_macro::TokenStream` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'proc_macro_def_site' [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:230:14 [INFO] [stderr] | [INFO] [stderr] 230 | Span(proc_macro::Span::def_site()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54724 [INFO] [stderr] = help: add `#![feature(proc_macro_def_site)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'proc_macro_span' [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:234:21 [INFO] [stderr] | [INFO] [stderr] 234 | Span(self.0.resolved_at(other.0)) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54725 [INFO] [stderr] = help: add `#![feature(proc_macro_span)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'proc_macro_span' [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:238:21 [INFO] [stderr] | [INFO] [stderr] 238 | Span(self.0.located_at(other.0)) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54725 [INFO] [stderr] = help: add `#![feature(proc_macro_span)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `float` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:319:38 [INFO] [stderr] | [INFO] [stderr] 319 | Literal(proc_macro::Literal::float(s)) [INFO] [stderr] | ^^^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `integer` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:323:38 [INFO] [stderr] | [INFO] [stderr] 323 | Literal(proc_macro::Literal::integer(s.into())) [INFO] [stderr] | ^^^^^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `kind` on type `proc_macro::TokenTree` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:361:46 [INFO] [stderr] | [INFO] [stderr] 361 | match stream.into_iter().next().unwrap().kind { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `u8` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:378:5 [INFO] [stderr] | [INFO] [stderr] 378 | u8, u16, u32, u64, usize, [INFO] [stderr] | ^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `u16` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:378:9 [INFO] [stderr] | [INFO] [stderr] 378 | u8, u16, u32, u64, usize, [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `u32` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:378:14 [INFO] [stderr] | [INFO] [stderr] 378 | u8, u16, u32, u64, usize, [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `u64` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:378:19 [INFO] [stderr] | [INFO] [stderr] 378 | u8, u16, u32, u64, usize, [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `usize` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:378:24 [INFO] [stderr] | [INFO] [stderr] 378 | u8, u16, u32, u64, usize, [INFO] [stderr] | ^^^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `i8` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | i8, i16, i32, i64, isize, [INFO] [stderr] | ^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `i16` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:379:9 [INFO] [stderr] | [INFO] [stderr] 379 | i8, i16, i32, i64, isize, [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `i32` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:379:14 [INFO] [stderr] | [INFO] [stderr] 379 | i8, i16, i32, i64, isize, [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `i64` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:379:19 [INFO] [stderr] | [INFO] [stderr] 379 | i8, i16, i32, i64, isize, [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `isize` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:379:24 [INFO] [stderr] | [INFO] [stderr] 379 | i8, i16, i32, i64, isize, [INFO] [stderr] | ^^^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `f32` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:393:5 [INFO] [stderr] | [INFO] [stderr] 393 | f32, f64, [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `f64` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.3/src/unstable.rs:393:10 [INFO] [stderr] | [INFO] [stderr] 393 | f32, f64, [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error: aborting due to 32 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433, E0599, E0609, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `proc-macro2`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to run custom build command for `rwasm v0.1.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/rwasm-6506c9334af4d4de/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'Cannot copy index.html to build dir: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55da414481fa - backtrace::backtrace::libunwind::trace::hef9286fd8c27fd45 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x55da414481fa - backtrace::backtrace::trace_unsynchronized::h92082381ae588065 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x55da414481fa - std::sys_common::backtrace::_print_fmt::h00c64aa4e7e3372c [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:77 [INFO] [stderr] 3: 0x55da414481fa - ::fmt::hc568c1817d410574 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:61 [INFO] [stderr] 4: 0x55da41461e0c - core::fmt::write::he445cb7086c25009 [INFO] [stderr] at src/libcore/fmt/mod.rs:1028 [INFO] [stderr] 5: 0x55da41446a87 - std::io::Write::write_fmt::he0bcb31f8a60d79b [INFO] [stderr] at src/libstd/io/mod.rs:1412 [INFO] [stderr] 6: 0x55da4144a5ae - std::sys_common::backtrace::_print::h45adb36ea9b21f61 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:65 [INFO] [stderr] 7: 0x55da4144a5ae - std::sys_common::backtrace::print::h223c050f40432de9 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:50 [INFO] [stderr] 8: 0x55da4144a5ae - std::panicking::default_hook::{{closure}}::hf3487b4e375d5982 [INFO] [stderr] at src/libstd/panicking.rs:189 [INFO] [stderr] 9: 0x55da4144a2b1 - std::panicking::default_hook::h9d095a3a991b35b0 [INFO] [stderr] at src/libstd/panicking.rs:206 [INFO] [stderr] 10: 0x55da4144abf5 - std::panicking::rust_panic_with_hook::h907bb8227c8498d1 [INFO] [stderr] at src/libstd/panicking.rs:469 [INFO] [stderr] 11: 0x55da4144a792 - std::panicking::continue_panic_fmt::h6c8f32a89e529f80 [INFO] [stderr] at src/libstd/panicking.rs:376 [INFO] [stderr] 12: 0x55da4144a686 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:303 [INFO] [stderr] 13: 0x55da4145f8ea - core::panicking::panic_fmt::h01498e2390db31e9 [INFO] [stderr] at src/libcore/panicking.rs:84 [INFO] [stderr] 14: 0x55da4145f9e7 - core::result::unwrap_failed::h99c2a0b406513fec [INFO] [stderr] at src/libcore/result.rs:1165 [INFO] [stderr] 15: 0x55da4144228b - core::result::Result::expect::hae69f1d78f8900b4 [INFO] [stderr] at /rustc/2748a9fd93dd1a00a4521f4f16de5befbf77f6cd/src/libcore/result.rs:960 [INFO] [stderr] 16: 0x55da41440d16 - build_script_build::main::ha027bdfa5d416291 [INFO] [stderr] at /opt/rustwide/workdir/build.rs:4 [INFO] [stderr] 17: 0x55da41441530 - std::rt::lang_start::{{closure}}::h41f199f3fb60c2b3 [INFO] [stderr] at /rustc/2748a9fd93dd1a00a4521f4f16de5befbf77f6cd/src/libstd/rt.rs:61 [INFO] [stderr] 18: 0x55da4144a673 - std::rt::lang_start_internal::{{closure}}::h87ac7726b4ada2a9 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 19: 0x55da4144a673 - std::panicking::try::do_call::he4d58a26927f0537 [INFO] [stderr] at src/libstd/panicking.rs:288 [INFO] [stderr] 20: 0x55da4144d22a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 21: 0x55da4144b0ed - std::panicking::try::hc8ad7011d3baf74d [INFO] [stderr] at src/libstd/panicking.rs:267 [INFO] [stderr] 22: 0x55da4144b0ed - std::panic::catch_unwind::haaf07c0b1c45cbc8 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 23: 0x55da4144b0ed - std::rt::lang_start_internal::h53afdaeda14f9890 [INFO] [stderr] at src/libstd/rt.rs:47 [INFO] [stderr] 24: 0x55da41441509 - std::rt::lang_start::h062327b405e3157a [INFO] [stderr] at /rustc/2748a9fd93dd1a00a4521f4f16de5befbf77f6cd/src/libstd/rt.rs:61 [INFO] [stderr] 25: 0x55da41440d6a - main [INFO] [stderr] 26: 0x7f18b23e4b97 - __libc_start_main [INFO] [stderr] 27: 0x55da4143f3ea - _start [INFO] [stderr] 28: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ff7c3f4c0daf14aed06996c8789b60cbd81316eee263426ff9a2b475553059ed"` [INFO] running `"docker" "rm" "-f" "ff7c3f4c0daf14aed06996c8789b60cbd81316eee263426ff9a2b475553059ed"` [INFO] [stdout] ff7c3f4c0daf14aed06996c8789b60cbd81316eee263426ff9a2b475553059ed