[INFO] crate abi_stable 0.8.2 is already in cache [INFO] checking abi_stable-0.8.2 against try#89c05fd3cc6404a13e1bd71450c6132a2755fa4b for pr-69741 [INFO] extracting crate abi_stable 0.8.2 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate abi_stable 0.8.2 on toolchain 89c05fd3cc6404a13e1bd71450c6132a2755fa4b [INFO] running `"/workspace/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate abi_stable 0.8.2 [INFO] finished tweaking crates.io crate abi_stable 0.8.2 [INFO] tweaked toml for crates.io crate abi_stable 0.8.2 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "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] dad97f9644e54f3fd62b7a7fc06484f77ba1ce1938b9fa33c8df4042e654e9a6 [INFO] running `"docker" "start" "-a" "dad97f9644e54f3fd62b7a7fc06484f77ba1ce1938b9fa33c8df4042e654e9a6"` [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling typed-arena v1.5.0 [INFO] [stderr] Checking bytecount v0.4.0 [INFO] [stderr] Checking hashbrown v0.5.0 [INFO] [stderr] Checking generational-arena v0.2.7 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Checking rand_xoshiro v0.1.0 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Checking serde_json v1.0.48 [INFO] [stderr] Checking semver v0.9.0 [INFO] [stderr] Checking bstr v0.2.11 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Checking cargo_metadata v0.6.4 [INFO] [stderr] Checking tinytemplate v1.0.3 [INFO] [stderr] Checking skeptic v0.13.4 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling core_extensions v0.1.15 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Checking crossbeam-epoch v0.8.2 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking criterion-plot v0.3.1 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Compiling abi_stable_shared v0.8.0 [INFO] [stderr] Compiling as_derive_utils v0.8.1 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Compiling abi_stable_derive v0.8.0 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Checking abi_stable v0.8.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: associated type `define_this_in_the_impl_InterfaceType_macro` should have an upper camel case name [INFO] [stderr] --> src/erased_types/traits.rs:67:18 [INFO] [stderr] | [INFO] [stderr] 67 | type define_this_in_the_impl_InterfaceType_macro; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DefineThisInTheImplInterfaceTypeMacro` [INFO] [stderr] ... [INFO] [stderr] 75 | / declare_InterfaceType!{ [INFO] [stderr] 76 | | [INFO] [stderr] 77 | | [INFO] [stderr] 78 | | /** [INFO] [stderr] ... | [INFO] [stderr] 219 | | [INFO] [stderr] 220 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/library/c_abi_testing/functions.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | (pair.0 as u32) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/sabi_types/rsmallbox.rs:231:17 [INFO] [stderr] | [INFO] [stderr] 231 | (&mut this.inline as *mut ScratchSpace as *mut T) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/sabi_types/rsmallbox.rs:261:17 [INFO] [stderr] | [INFO] [stderr] 261 | (&this.inline as *const ScratchSpace as *const T) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/inline_storage.rs:211:13 [INFO] [stderr] | [INFO] [stderr] 211 | std::mem::uninitialized() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated type `define_this_in_the_impl_InterfaceType_macro` should have an upper camel case name [INFO] [stderr] --> src/erased_types/traits.rs:67:18 [INFO] [stderr] | [INFO] [stderr] 67 | type define_this_in_the_impl_InterfaceType_macro; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DefineThisInTheImplInterfaceTypeMacro` [INFO] [stderr] ... [INFO] [stderr] 75 | / declare_InterfaceType!{ [INFO] [stderr] 76 | | [INFO] [stderr] 77 | | [INFO] [stderr] 78 | | /** [INFO] [stderr] ... | [INFO] [stderr] 219 | | [INFO] [stderr] 220 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/library/c_abi_testing/functions.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | (pair.0 as u32) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/sabi_types/rsmallbox.rs:231:17 [INFO] [stderr] | [INFO] [stderr] 231 | (&mut this.inline as *mut ScratchSpace as *mut T) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/sabi_types/rsmallbox.rs:261:17 [INFO] [stderr] | [INFO] [stderr] 261 | (&this.inline as *const ScratchSpace as *const T) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/inline_storage.rs:211:13 [INFO] [stderr] | [INFO] [stderr] 211 | std::mem::uninitialized() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error: internal compiler error: mutable allocation in constant [INFO] [stderr] --> src/abi_stability/extra_checks.rs:713:1 [INFO] [stderr] | [INFO] [stderr] 713 | #[sabi_trait] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error: internal compiler error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: internal compiler error: mutable allocation in constant [INFO] [stderr] --> src/sabi_trait/examples.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | #[sabi_trait] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error: internal compiler error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: internal compiler error: mutable allocation in constant [INFO] [stderr] --> src/sabi_trait/test_supertraits.rs:936:5 [INFO] [stderr] | [INFO] [stderr] 936 | #[sabi_trait] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error: internal compiler error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] thread 'rustc' panicked at 'no errors encountered even though `delay_span_bug` issued', src/librustc_errors/lib.rs:355:17 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7f937283a7d4 - backtrace::backtrace::libunwind::trace::h91d1589f784e7177 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.44/src/backtrace/libunwind.rs:86 [INFO] [stderr] 1: 0x7f937283a7d4 - backtrace::backtrace::trace_unsynchronized::h9ec8949702a1f108 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.44/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x7f937283a7d4 - std::sys_common::backtrace::_print_fmt::h97468752f36a9a0e [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stderr] 3: 0x7f937283a7d4 - ::fmt::ha27a4263940af5a9 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x7f937287413c - core::fmt::write::h061ec21cc1fda96c [INFO] [stderr] at src/libcore/fmt/mod.rs:1063 [INFO] [stderr] 5: 0x7f937282c3e7 - std::io::Write::write_fmt::ha58db9b6b5ace99d [INFO] [stderr] at src/libstd/io/mod.rs:1428 [INFO] [stderr] 6: 0x7f937283f4e5 - std::sys_common::backtrace::_print::h92d96c5907bac82b [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x7f937283f4e5 - std::sys_common::backtrace::print::hb08c4606d19eee23 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x7f937283f4e5 - std::panicking::default_hook::{{closure}}::h28e247f6a0250f5d [INFO] [stderr] at src/libstd/panicking.rs:204 [INFO] [stderr] 9: 0x7f937283f232 - std::panicking::default_hook::h3647fb19c6fd2d5c [INFO] [stderr] at src/libstd/panicking.rs:224 [INFO] [stderr] 10: 0x7f9372e8d9d9 - rustc_driver::report_ice::hf2e1fca42608ce06 [INFO] [stderr] 11: 0x7f93640bcff6 - as core::ops::function::Fn>::call::h5141b5052045c4ec [INFO] [stderr] at /rustc/89c05fd3cc6404a13e1bd71450c6132a2755fa4b/src/liballoc/boxed.rs:1031 [INFO] [stderr] 12: 0x7f93641ab075 - proc_macro::bridge::client::::enter::{{closure}}::{{closure}}::h49b357d6ebcb2a54 [INFO] [stderr] at /rustc/89c05fd3cc6404a13e1bd71450c6132a2755fa4b/src/libproc_macro/bridge/client.rs:305 [INFO] [stderr] 13: 0x7f937283fc15 - std::panicking::rust_panic_with_hook::h38d69a94e615bc72 [INFO] [stderr] at src/libstd/panicking.rs:474 [INFO] [stderr] 14: 0x7f937560bece - std::panicking::begin_panic::h4d46f81235f9c5c3 [INFO] [stderr] 15: 0x7f937564250f - ::drop::h35f5a5b718201087 [INFO] [stderr] 16: 0x7f9372ea5206 - core::ptr::drop_in_place::h87df88f7bddc96bb [INFO] [stderr] 17: 0x7f9372eac75d - as core::ops::drop::Drop>::drop::ha0e0dec5eeeb427c [INFO] [stderr] 18: 0x7f9372eed10d - core::ptr::drop_in_place::h469e38d089aa1f5c [INFO] [stderr] 19: 0x7f9372ee2942 - rustc_interface::interface::run_compiler_in_existing_thread_pool::h7b84b99a7502c5df [INFO] [stderr] 20: 0x7f9372e94f0c - std::sys_common::backtrace::__rust_begin_short_backtrace::h9c64d2b057bbd582 [INFO] [stderr] 21: 0x7f9372851eb7 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:86 [INFO] [stderr] 22: 0x7f9372ee4de6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h03598aa16b759fd2 [INFO] [stderr] 23: 0x7f937281c16f - as core::ops::function::FnOnce>::call_once::hac35b775f5ab8ce7 [INFO] [stderr] at /rustc/89c05fd3cc6404a13e1bd71450c6132a2755fa4b/src/liballoc/boxed.rs:1017 [INFO] [stderr] 24: 0x7f93728507bd - as core::ops::function::FnOnce>::call_once::h816aad24e9f831a5 [INFO] [stderr] at /rustc/89c05fd3cc6404a13e1bd71450c6132a2755fa4b/src/liballoc/boxed.rs:1017 [INFO] [stderr] 25: 0x7f93728507bd - std::sys_common::thread::start_thread::h9698b75f01c8b374 [INFO] [stderr] at src/libstd/sys_common/thread.rs:13 [INFO] [stderr] 26: 0x7f93728507bd - std::sys::unix::thread::Thread::new::thread_start::h7a9e271d40500cf2 [INFO] [stderr] at src/libstd/sys/unix/thread.rs:80 [INFO] [stderr] 27: 0x7f93725b66db - start_thread [INFO] [stderr] 28: 0x7f9371ed388f - __clone [INFO] [stderr] 29: 0x0 - [INFO] [stderr] [INFO] [stderr] error: internal compiler error: unexpected panic [INFO] [stderr] [INFO] [stderr] note: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports [INFO] [stderr] [INFO] [stderr] note: rustc 1.43.0-nightly (89c05fd3c 2020-03-09) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `abi_stable`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "dad97f9644e54f3fd62b7a7fc06484f77ba1ce1938b9fa33c8df4042e654e9a6"` [INFO] running `"docker" "rm" "-f" "dad97f9644e54f3fd62b7a7fc06484f77ba1ce1938b9fa33c8df4042e654e9a6"` [INFO] [stdout] dad97f9644e54f3fd62b7a7fc06484f77ba1ce1938b9fa33c8df4042e654e9a6