[INFO] fetching crate svd_board 0.3.0... [INFO] testing svd_board-0.3.0 against 1.49.0 for beta-1.50-1 [INFO] extracting crate svd_board 0.3.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate svd_board 0.3.0 on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate svd_board 0.3.0 [INFO] finished tweaking crates.io crate svd_board 0.3.0 [INFO] tweaked toml for crates.io crate svd_board 0.3.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d0191e9e1260b412a0873ed8c5d4d77ca0f3512ec748951a652acb2153ea484f [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" "d0191e9e1260b412a0873ed8c5d4d77ca0f3512ec748951a652acb2153ea484f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d0191e9e1260b412a0873ed8c5d4d77ca0f3512ec748951a652acb2153ea484f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0191e9e1260b412a0873ed8c5d4d77ca0f3512ec748951a652acb2153ea484f", kill_on_drop: false }` [INFO] [stdout] d0191e9e1260b412a0873ed8c5d4d77ca0f3512ec748951a652acb2153ea484f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 39d316b8c2ad0bac764198d0e9d463b9edcb7f219e6fdfe2ff220c63289248f5 [INFO] running `Command { std: "docker" "start" "-a" "39d316b8c2ad0bac764198d0e9d463b9edcb7f219e6fdfe2ff220c63289248f5", kill_on_drop: false }` [INFO] [stderr] Compiling svd_codegen v0.4.0 [INFO] [stderr] Compiling volatile v0.2.7 [INFO] [stderr] Compiling once v0.3.4 [INFO] [stderr] Compiling bit_field v0.6.1 [INFO] [stderr] Compiling xmltree v0.3.2 [INFO] [stderr] Compiling syn v0.9.2 [INFO] [stderr] Compiling svd-parser v0.1.2 [INFO] [stderr] Compiling svd_board v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | try!(writeln!(lib_rs, "#![allow(unused_imports)]")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | try!(writeln!(lib_rs, "")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | try!(writeln!(lib_rs, "#![no_std]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | try!(writeln!(lib_rs, "")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | try!(writeln!(lib_rs, "extern crate volatile;")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | try!(writeln!(lib_rs, "#[macro_use] extern crate once;")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | try!(writeln!(lib_rs, "extern crate bit_field;")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | try!(writeln!(lib_rs, "")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | try!(writeln!(lib_rs, "pub mod {};", name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | try!(write!(file, "{}\n\n{}\n\n{}", autogen_note, imports, code)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | try!(writeln!(lib_rs, "")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | try!(writeln!(lib_rs, "pub struct Hardware {{")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | try!(writeln!(lib_rs, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | try!(writeln!(lib_rs, "}}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | try!(writeln!(lib_rs, "")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | try!(writeln!(lib_rs, "pub fn hw() -> Hardware {{")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | try!(writeln!(lib_rs, " assert_has_not_been_called!();")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:105:5 [INFO] [stdout] | [INFO] [stdout] 105 | try!(writeln!(lib_rs, " Hardware {{")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | try!(writeln!(lib_rs, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | try!(writeln!(lib_rs, " }}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | try!(writeln!(lib_rs, "}}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 114 | try!(writeln!(lib_rs, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:116:5 [INFO] [stdout] | [INFO] [stdout] 116 | try!(writeln!(lib_rs, " &mut *(addr as *const T as *mut T)")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | try!(writeln!(lib_rs, "}}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: failed to run custom build command for `svd_board v0.3.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/svd_board-68f39bc1a4fb23ee/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'Please choose a board feature!', build.rs:38:15 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5614edb6b9a0 - std::backtrace_rs::backtrace::libunwind::trace::h04d12fdcddff82aa [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/libunwind.rs:100:5 [INFO] [stderr] 1: 0x5614edb6b9a0 - std::backtrace_rs::backtrace::trace_unsynchronized::h1459b974b6fbe5e1 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x5614edb6b9a0 - std::sys_common::backtrace::_print_fmt::h9b8396a669123d95 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x5614edb6b9a0 - ::fmt::he009dcaaa75eed60 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x5614edb8a9ac - core::fmt::write::h77b4746b0dea1dd3 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/fmt/mod.rs:1078:17 [INFO] [stderr] 5: 0x5614edb69132 - std::io::Write::write_fmt::heb7e50902e98831c [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/mod.rs:1518:15 [INFO] [stderr] 6: 0x5614edb6deb5 - std::sys_common::backtrace::_print::h2d880c9e69a21be9 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x5614edb6deb5 - std::sys_common::backtrace::print::h5f02b1bb49f36879 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x5614edb6deb5 - std::panicking::default_hook::{{closure}}::h658e288a7a809b29 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x5614edb6db58 - std::panicking::default_hook::hb52d73f0da9a4bb8 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:227:9 [INFO] [stderr] 10: 0x5614edb6e5f1 - std::panicking::rust_panic_with_hook::hfe7e1c684e3e6462 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:593:17 [INFO] [stderr] 11: 0x5614edb6e137 - std::panicking::begin_panic_handler::{{closure}}::h42939e004b32765c [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:499:13 [INFO] [stderr] 12: 0x5614edb6be5c - std::sys_common::backtrace::__rust_end_short_backtrace::h9d2070f7bf9fd56c [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x5614edb6e099 - rust_begin_unwind [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:495:5 [INFO] [stderr] 14: 0x5614edb89d51 - core::panicking::panic_fmt::ha0bb065d9a260792 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/panicking.rs:92:14 [INFO] [stderr] 15: 0x5614edb89ae3 - core::option::expect_failed::h4c033402fb75f2bf [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/option.rs:1260:5 [INFO] [stderr] 16: 0x5614edb08a76 - core::option::Option::expect::hf917ff4ff913d0b2 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/option.rs:349:21 [INFO] [stderr] 17: 0x5614edac04f5 - build_script_build::svd_file_name::ha595cae28ed0ed08 [INFO] [stderr] at /opt/rustwide/workdir/build.rs:38:5 [INFO] [stderr] 18: 0x5614edac01cc - build_script_build::main::h90af9590fb1a8bd5 [INFO] [stderr] at /opt/rustwide/workdir/build.rs:12:13 [INFO] [stderr] 19: 0x5614edac4aeb - core::ops::function::FnOnce::call_once::hac68e8c539baebf2 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 20: 0x5614edac603e - std::sys_common::backtrace::__rust_begin_short_backtrace::hbdefbbfc81271643 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 21: 0x5614edac4661 - std::rt::lang_start::{{closure}}::h300bcada820fce54 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/rt.rs:66:18 [INFO] [stderr] 22: 0x5614edb6ea17 - core::ops::function::impls:: for &F>::call_once::h57e2a071d427b24c [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 23: 0x5614edb6ea17 - std::panicking::try::do_call::h81cbbe0c3b30a28e [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stderr] 24: 0x5614edb6ea17 - std::panicking::try::hbeeb95b4e1f0a876 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stderr] 25: 0x5614edb6ea17 - std::panic::catch_unwind::h59c48ccb40a0bf20 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stderr] 26: 0x5614edb6ea17 - std::rt::lang_start_internal::ha53ab63f88fee728 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/rt.rs:51:25 [INFO] [stderr] 27: 0x5614edac4637 - std::rt::lang_start::h5aa45df43efa8861 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/rt.rs:65:5 [INFO] [stderr] 28: 0x5614edac34ea - main [INFO] [stderr] 29: 0x7f81440740b3 - __libc_start_main [INFO] [stderr] 30: 0x5614edac00ce - _start [INFO] [stderr] 31: 0x0 - [INFO] running `Command { std: "docker" "inspect" "39d316b8c2ad0bac764198d0e9d463b9edcb7f219e6fdfe2ff220c63289248f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39d316b8c2ad0bac764198d0e9d463b9edcb7f219e6fdfe2ff220c63289248f5", kill_on_drop: false }` [INFO] [stdout] 39d316b8c2ad0bac764198d0e9d463b9edcb7f219e6fdfe2ff220c63289248f5