[INFO] crate susy-wasmi 0.4.5 is already in cache [INFO] checking susy-wasmi-0.4.5 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate susy-wasmi 0.4.5 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate susy-wasmi 0.4.5 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate susy-wasmi 0.4.5 [INFO] finished tweaking crates.io crate susy-wasmi 0.4.5 [INFO] tweaked toml for crates.io crate susy-wasmi 0.4.5 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] 8a88846829ddece58e7c9c06f2e80eef683ddfadfe76c5a8491a09f66a41c8d1 [INFO] running `"docker" "start" "-a" "8a88846829ddece58e7c9c06f2e80eef683ddfadfe76c5a8491a09f66a41c8d1"` [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Checking memory_units v0.3.0 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking susy-wasmi-validation v0.1.0 [INFO] [stderr] Checking serde_json v1.0.52 [INFO] [stderr] Checking susy-wasmi v0.4.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:241:14 [INFO] [stderr] | [INFO] [stderr] 241 | Host(Box), [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn host::HostError` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:275:14 [INFO] [stderr] | [INFO] [stderr] 275 | Host(Box), [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn host::HostError` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:287:44 [INFO] [stderr] | [INFO] [stderr] 287 | pub fn as_host_error(&self) -> Option<&host::HostError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn host::HostError` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/host.rs:117:6 [INFO] [stderr] | [INFO] [stderr] 117 | impl HostError { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn HostError` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/host.rs:121:45 [INFO] [stderr] | [INFO] [stderr] 121 | unsafe { Some(&*(self as *const HostError as *const T)) } [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn HostError` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/host.rs:131:47 [INFO] [stderr] | [INFO] [stderr] 131 | unsafe { Some(&mut *(self as *mut HostError as *mut T)) } [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn HostError` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/imports.rs:109:34 [INFO] [stderr] | [INFO] [stderr] 109 | modules: HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ModuleImportResolver` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/imports.rs:130:23 [INFO] [stderr] | [INFO] [stderr] 130 | resolver: &'a ModuleImportResolver, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ModuleImportResolver` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/imports.rs:139:77 [INFO] [stderr] | [INFO] [stderr] 139 | pub fn push_resolver>(&mut self, name: N, resolver: &'a ModuleImportResolver) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ModuleImportResolver` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/imports.rs:143:47 [INFO] [stderr] | [INFO] [stderr] 143 | fn resolver(&self, name: &str) -> Option<&ModuleImportResolver> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ModuleImportResolver` [INFO] [stderr] [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> src/value.rs:380:30 [INFO] [stderr] | [INFO] [stderr] 380 | let result = self as $into; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 398 | impl_try_truncate_into!(f32, i32); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> src/value.rs:385:20 [INFO] [stderr] | [INFO] [stderr] 385 | Ok(self as $into) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 398 | impl_try_truncate_into!(f32, i32); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i64` is invalid [INFO] [stderr] --> src/value.rs:380:30 [INFO] [stderr] | [INFO] [stderr] 380 | let result = self as $into; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 399 | impl_try_truncate_into!(f32, i64); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i64` is invalid [INFO] [stderr] --> src/value.rs:385:20 [INFO] [stderr] | [INFO] [stderr] 385 | Ok(self as $into) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 399 | impl_try_truncate_into!(f32, i64); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i32` is invalid [INFO] [stderr] --> src/value.rs:380:30 [INFO] [stderr] | [INFO] [stderr] 380 | let result = self as $into; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 400 | impl_try_truncate_into!(f64, i32); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i32` is invalid [INFO] [stderr] --> src/value.rs:385:20 [INFO] [stderr] | [INFO] [stderr] 385 | Ok(self as $into) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 400 | impl_try_truncate_into!(f64, i32); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i64` is invalid [INFO] [stderr] --> src/value.rs:380:30 [INFO] [stderr] | [INFO] [stderr] 380 | let result = self as $into; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 401 | impl_try_truncate_into!(f64, i64); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i64` is invalid [INFO] [stderr] --> src/value.rs:385:20 [INFO] [stderr] | [INFO] [stderr] 385 | Ok(self as $into) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 401 | impl_try_truncate_into!(f64, i64); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u32` is invalid [INFO] [stderr] --> src/value.rs:380:30 [INFO] [stderr] | [INFO] [stderr] 380 | let result = self as $into; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 402 | impl_try_truncate_into!(f32, u32); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u32` is invalid [INFO] [stderr] --> src/value.rs:385:20 [INFO] [stderr] | [INFO] [stderr] 385 | Ok(self as $into) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 402 | impl_try_truncate_into!(f32, u32); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u64` is invalid [INFO] [stderr] --> src/value.rs:380:30 [INFO] [stderr] | [INFO] [stderr] 380 | let result = self as $into; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 403 | impl_try_truncate_into!(f32, u64); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u64` is invalid [INFO] [stderr] --> src/value.rs:385:20 [INFO] [stderr] | [INFO] [stderr] 385 | Ok(self as $into) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 403 | impl_try_truncate_into!(f32, u64); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/value.rs:380:30 [INFO] [stderr] | [INFO] [stderr] 380 | let result = self as $into; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 404 | impl_try_truncate_into!(f64, u32); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/value.rs:385:20 [INFO] [stderr] | [INFO] [stderr] 385 | Ok(self as $into) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 404 | impl_try_truncate_into!(f64, u32); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u64` is invalid [INFO] [stderr] --> src/value.rs:380:30 [INFO] [stderr] | [INFO] [stderr] 380 | let result = self as $into; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 405 | impl_try_truncate_into!(f64, u64); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u64` is invalid [INFO] [stderr] --> src/value.rs:385:20 [INFO] [stderr] | [INFO] [stderr] 385 | Ok(self as $into) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 405 | impl_try_truncate_into!(f64, u64); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 16 previous errors; 10 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [INFO] [stderr] error: could not compile `susy-wasmi`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "8a88846829ddece58e7c9c06f2e80eef683ddfadfe76c5a8491a09f66a41c8d1"` [INFO] running `"docker" "rm" "-f" "8a88846829ddece58e7c9c06f2e80eef683ddfadfe76c5a8491a09f66a41c8d1"` [INFO] [stdout] 8a88846829ddece58e7c9c06f2e80eef683ddfadfe76c5a8491a09f66a41c8d1