[INFO] fetching crate swasmi 0.4.5... [INFO] testing swasmi-0.4.5 against 1.59.0 for beta-1.60-1 [INFO] extracting crate swasmi 0.4.5 into /workspace/builds/worker-112/source [INFO] validating manifest of crates.io crate swasmi 0.4.5 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate swasmi 0.4.5 [INFO] finished tweaking crates.io crate swasmi 0.4.5 [INFO] tweaked toml for crates.io crate swasmi 0.4.5 written to /workspace/builds/worker-112/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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 memory_units v0.3.0 [INFO] [stderr] Downloaded wabt v0.6.0 [INFO] [stderr] Downloaded swasmi-validation v0.1.0 [INFO] [stderr] Downloaded wabt-sys v0.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 69a9f52066bad26df240cacd73859eda174e6fecd173f91cc1183a1802a93f8d [INFO] running `Command { std: "docker" "start" "-a" "69a9f52066bad26df240cacd73859eda174e6fecd173f91cc1183a1802a93f8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "69a9f52066bad26df240cacd73859eda174e6fecd173f91cc1183a1802a93f8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69a9f52066bad26df240cacd73859eda174e6fecd173f91cc1183a1802a93f8d", kill_on_drop: false }` [INFO] [stdout] 69a9f52066bad26df240cacd73859eda174e6fecd173f91cc1183a1802a93f8d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 65500915fc534fe2749ecad13cae3d5cd562d32c40f75eb8e939b894f17a62d8 [INFO] running `Command { std: "docker" "start" "-a" "65500915fc534fe2749ecad13cae3d5cd562d32c40f75eb8e939b894f17a62d8", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling memory_units v0.3.0 [INFO] [stderr] Compiling swasm v0.31.3 [INFO] [stderr] Compiling swasmi-validation v0.1.0 [INFO] [stderr] Compiling swasmi v0.4.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/imports.rs:109:34 [INFO] [stdout] | [INFO] [stdout] 109 | modules: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 109 - modules: HashMap, [INFO] [stdout] 109 + modules: HashMap, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:241:14 [INFO] [stdout] | [INFO] [stdout] 241 | Host(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 241 - Host(Box), [INFO] [stdout] 241 + Host(Box), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:275:14 [INFO] [stdout] | [INFO] [stdout] 275 | Host(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 275 - Host(Box), [INFO] [stdout] 275 + Host(Box), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:287:44 [INFO] [stdout] | [INFO] [stdout] 287 | pub fn as_host_error(&self) -> Option<&host::HostError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 287 - pub fn as_host_error(&self) -> Option<&host::HostError> { [INFO] [stdout] 287 + pub fn as_host_error(&self) -> Option<&dyn host::HostError> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/host.rs:117:6 [INFO] [stdout] | [INFO] [stdout] 117 | impl HostError { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 117 - impl HostError { [INFO] [stdout] 117 + impl dyn HostError { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/imports.rs:130:23 [INFO] [stdout] | [INFO] [stdout] 130 | resolver: &'a ModuleImportResolver, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 130 - resolver: &'a ModuleImportResolver, [INFO] [stdout] 130 + resolver: &'a dyn ModuleImportResolver, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/imports.rs:139:77 [INFO] [stdout] | [INFO] [stdout] 139 | pub fn push_resolver>(&mut self, name: N, resolver: &'a ModuleImportResolver) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 139 - pub fn push_resolver>(&mut self, name: N, resolver: &'a ModuleImportResolver) { [INFO] [stdout] 139 + pub fn push_resolver>(&mut self, name: N, resolver: &'a dyn ModuleImportResolver) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/imports.rs:143:47 [INFO] [stdout] | [INFO] [stdout] 143 | fn resolver(&self, name: &str) -> Option<&ModuleImportResolver> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 143 - fn resolver(&self, name: &str) -> Option<&ModuleImportResolver> { [INFO] [stdout] 143 + fn resolver(&self, name: &str) -> Option<&dyn ModuleImportResolver> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/host.rs:121:45 [INFO] [stdout] | [INFO] [stdout] 121 | unsafe { Some(&*(self as *const HostError as *const T)) } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 121 - unsafe { Some(&*(self as *const HostError as *const T)) } [INFO] [stdout] 121 + unsafe { Some(&*(self as *const dyn HostError as *const T)) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/host.rs:131:47 [INFO] [stdout] | [INFO] [stdout] 131 | unsafe { Some(&mut *(self as *mut HostError as *mut T)) } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 131 - unsafe { Some(&mut *(self as *mut HostError as *mut T)) } [INFO] [stdout] 131 + unsafe { Some(&mut *(self as *mut dyn HostError as *mut T)) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.06s [INFO] running `Command { std: "docker" "inspect" "65500915fc534fe2749ecad13cae3d5cd562d32c40f75eb8e939b894f17a62d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65500915fc534fe2749ecad13cae3d5cd562d32c40f75eb8e939b894f17a62d8", kill_on_drop: false }` [INFO] [stdout] 65500915fc534fe2749ecad13cae3d5cd562d32c40f75eb8e939b894f17a62d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9dabbbe8c8efa51a52977ff016a057f420b84c106d77b1a2cb5b64a6c8f63290 [INFO] running `Command { std: "docker" "start" "-a" "9dabbbe8c8efa51a52977ff016a057f420b84c106d77b1a2cb5b64a6c8f63290", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling assert_matches v1.5.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/imports.rs:109:34 [INFO] [stdout] | [INFO] [stdout] 109 | modules: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 109 - modules: HashMap, [INFO] [stdout] 109 + modules: HashMap, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:241:14 [INFO] [stdout] | [INFO] [stdout] 241 | Host(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 241 - Host(Box), [INFO] [stdout] 241 + Host(Box), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:275:14 [INFO] [stdout] | [INFO] [stdout] 275 | Host(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 275 - Host(Box), [INFO] [stdout] 275 + Host(Box), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:287:44 [INFO] [stdout] | [INFO] [stdout] 287 | pub fn as_host_error(&self) -> Option<&host::HostError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 287 - pub fn as_host_error(&self) -> Option<&host::HostError> { [INFO] [stdout] 287 + pub fn as_host_error(&self) -> Option<&dyn host::HostError> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/host.rs:117:6 [INFO] [stdout] | [INFO] [stdout] 117 | impl HostError { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 117 - impl HostError { [INFO] [stdout] 117 + impl dyn HostError { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/imports.rs:130:23 [INFO] [stdout] | [INFO] [stdout] 130 | resolver: &'a ModuleImportResolver, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 130 - resolver: &'a ModuleImportResolver, [INFO] [stdout] 130 + resolver: &'a dyn ModuleImportResolver, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/imports.rs:139:77 [INFO] [stdout] | [INFO] [stdout] 139 | pub fn push_resolver>(&mut self, name: N, resolver: &'a ModuleImportResolver) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 139 - pub fn push_resolver>(&mut self, name: N, resolver: &'a ModuleImportResolver) { [INFO] [stdout] 139 + pub fn push_resolver>(&mut self, name: N, resolver: &'a dyn ModuleImportResolver) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/imports.rs:143:47 [INFO] [stdout] | [INFO] [stdout] 143 | fn resolver(&self, name: &str) -> Option<&ModuleImportResolver> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 143 - fn resolver(&self, name: &str) -> Option<&ModuleImportResolver> { [INFO] [stdout] 143 + fn resolver(&self, name: &str) -> Option<&dyn ModuleImportResolver> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/host.rs:121:45 [INFO] [stdout] | [INFO] [stdout] 121 | unsafe { Some(&*(self as *const HostError as *const T)) } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 121 - unsafe { Some(&*(self as *const HostError as *const T)) } [INFO] [stdout] 121 + unsafe { Some(&*(self as *const dyn HostError as *const T)) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/host.rs:131:47 [INFO] [stdout] | [INFO] [stdout] 131 | unsafe { Some(&mut *(self as *mut HostError as *mut T)) } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 131 - unsafe { Some(&mut *(self as *mut HostError as *mut T)) } [INFO] [stdout] 131 + unsafe { Some(&mut *(self as *mut dyn HostError as *mut T)) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cmake v0.1.48 [INFO] [stderr] Compiling wabt-sys v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] error: could not compile `serde_derive` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name serde_derive /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.136/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=20cd8d91388e6b1d -C extra-filename=-20cd8d91388e6b1d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-e91ec37ac01f916c.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-5f4666774155f97d.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-fbc8b01f49a63773.rlib --extern proc_macro --cap-lints allow --cap-lints=warn --cfg underscore_consts --cfg ptr_addr_of` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9dabbbe8c8efa51a52977ff016a057f420b84c106d77b1a2cb5b64a6c8f63290", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dabbbe8c8efa51a52977ff016a057f420b84c106d77b1a2cb5b64a6c8f63290", kill_on_drop: false }` [INFO] [stdout] 9dabbbe8c8efa51a52977ff016a057f420b84c106d77b1a2cb5b64a6c8f63290