[INFO] crate runtime-macros 0.3.0 is already in cache [INFO] testing runtime-macros-0.3.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate runtime-macros 0.3.0 into work/builds/worker-9/source [INFO] validating manifest of crates.io crate runtime-macros 0.3.0 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate runtime-macros 0.3.0 [INFO] finished tweaking crates.io crate runtime-macros 0.3.0 [INFO] tweaked toml for crates.io crate runtime-macros 0.3.0 written to work/builds/worker-9/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 8a06cf10e11b859ff707b9e1b7676d8193382eb490bdb2c35129f61367ae0e5f [INFO] running `"docker" "start" "-a" "8a06cf10e11b859ff707b9e1b7676d8193382eb490bdb2c35129f61367ae0e5f"` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling runtime-macros v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:148:34 [INFO] [stderr] | [INFO] [stderr] 148 | fn source(&self) -> Option<&(std::error::Error+'static)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error+'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.08s [INFO] running `"docker" "inspect" "8a06cf10e11b859ff707b9e1b7676d8193382eb490bdb2c35129f61367ae0e5f"` [INFO] running `"docker" "rm" "-f" "8a06cf10e11b859ff707b9e1b7676d8193382eb490bdb2c35129f61367ae0e5f"` [INFO] [stdout] 8a06cf10e11b859ff707b9e1b7676d8193382eb490bdb2c35129f61367ae0e5f [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] bd7530c1c81b9653508461540c75b5c3e0780d43df8fbacfd76e309ec271da76 [INFO] running `"docker" "start" "-a" "bd7530c1c81b9653508461540c75b5c3e0780d43df8fbacfd76e309ec271da76"` [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling same-file v1.0.5 [INFO] [stderr] Compiling encoding_rs v0.8.20 [INFO] [stderr] Compiling adler32 v1.0.4 [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 termcolor v1.0.5 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling nix v0.12.1 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling crossbeam-utils v0.5.0 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling fallible-iterator v0.1.6 [INFO] [stderr] Compiling home v0.3.4 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling shell-escape v0.1.4 [INFO] [stderr] Compiling bytesize v1.0.0 [INFO] [stderr] Compiling rustc-workspace-hack v1.0.0 [INFO] [stderr] Compiling libnghttp2-sys v0.1.2 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling libssh2-sys v0.2.12 [INFO] [stderr] Compiling curl-sys v0.4.23 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling miniz_oxide v0.3.3 [INFO] [stderr] Compiling walkdir v2.2.9 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling filetime v0.2.7 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling bstr v0.2.8 [INFO] [stderr] Compiling jobserver v0.1.17 [INFO] [stderr] Compiling parity-wasm v0.35.7 [INFO] [stderr] Compiling gimli v0.16.1 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling scroll_derive v0.9.5 [INFO] [stderr] Compiling gzip-header v0.3.0 [INFO] [stderr] Compiling flate2 v1.0.12 [INFO] [stderr] Compiling crypto-hash v0.3.4 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling globset v0.4.4 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling backtrace v0.3.38 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling ignore v0.4.10 [INFO] [stderr] error: Could not compile `parity-wasm`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name parity_wasm /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parity-wasm-0.35.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3c21cf7179671bd6 -C extra-filename=-3c21cf7179671bd6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-f584045056e081f3.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "bd7530c1c81b9653508461540c75b5c3e0780d43df8fbacfd76e309ec271da76"` [INFO] running `"docker" "rm" "-f" "bd7530c1c81b9653508461540c75b5c3e0780d43df8fbacfd76e309ec271da76"` [INFO] [stdout] bd7530c1c81b9653508461540c75b5c3e0780d43df8fbacfd76e309ec271da76