[INFO] fetching crate sgx_backtrace 1.1.1... [INFO] documenting sgx_backtrace-1.1.1 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate sgx_backtrace 1.1.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate sgx_backtrace 1.1.1 on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate sgx_backtrace 1.1.1 [INFO] finished tweaking crates.io crate sgx_backtrace 1.1.1 [INFO] tweaked toml for crates.io crate sgx_backtrace 1.1.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sgx_serialize_derive v1.1.1 [INFO] [stderr] Downloaded sgx_serialize v1.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 221bfd0eebb1a0bcc14440620395955504935ee26bc578037a110be1e3bf0455 [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" "221bfd0eebb1a0bcc14440620395955504935ee26bc578037a110be1e3bf0455", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "221bfd0eebb1a0bcc14440620395955504935ee26bc578037a110be1e3bf0455", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "221bfd0eebb1a0bcc14440620395955504935ee26bc578037a110be1e3bf0455", kill_on_drop: false }` [INFO] [stdout] 221bfd0eebb1a0bcc14440620395955504935ee26bc578037a110be1e3bf0455 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "RUSTDOCFLAGS=--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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d0c544b5de6e4040062047e9f0932d845a2f8cd1f23d78c484b845f18cd7477d [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" "d0c544b5de6e4040062047e9f0932d845a2f8cd1f23d78c484b845f18cd7477d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling sgx_tstd v1.1.1 [INFO] [stderr] Checking sgx_alloc v1.1.1 [INFO] [stderr] Compiling sgx_unwind v0.1.1 [INFO] [stderr] Checking sgx_trts v1.1.1 [INFO] [stderr] Compiling sgx_backtrace_sys v1.1.1 [INFO] [stderr] Compiling hashbrown_tstd v0.7.1 [INFO] [stderr] Compiling sgx_serialize_derive_internals v1.1.1 [INFO] [stdout] error[E0407]: method `realloc` is not a member of trait `AllocRef` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_alloc-1.1.1/src/system.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | / unsafe fn realloc(&mut self, [INFO] [stdout] 79 | | ptr: core::ptr::NonNull, [INFO] [stdout] 80 | | layout: Layout, [INFO] [stdout] 81 | | new_size: usize) -> Result<(NonNull, usize), AllocErr> { [INFO] [stdout] ... | [INFO] [stdout] 93 | | } [INFO] [stdout] 94 | | } [INFO] [stdout] | |_____^ not a member of trait `AllocRef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_alloc-1.1.1/src/lib.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | #![feature(alloc_layout_extra)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_alloc-1.1.1/src/lib.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | #![feature(ptr_internals)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_alloc-1.1.1/src/lib.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | #![feature(dropck_eyepatch)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_alloc-1.1.1/src/lib.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | #![feature(allocator_api)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_trts-1.1.1/src/lib.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | #![feature(allocator_api)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_trts-1.1.1/src/lib.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | #![feature(asm)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_trts-1.1.1/src/lib.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | #![feature(const_raw_ptr_deref)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0053]: method `alloc` has an incompatible type for trait [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_alloc-1.1.1/src/system.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | fn alloc(&mut self, layout: Layout) -> Result<(NonNull, usize), AllocErr> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `core::ptr::NonNull`, found tuple [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `fn(&mut system::System, core::alloc::Layout) -> core::result::Result, _>` [INFO] [stdout] found fn pointer `fn(&mut system::System, core::alloc::Layout) -> core::result::Result<(core::ptr::NonNull, usize), _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0053]: method `alloc_zeroed` has an incompatible type for trait [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_alloc-1.1.1/src/system.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | / fn alloc_zeroed(&mut self, layout: Layout) [INFO] [stdout] 57 | | -> Result<(NonNull, usize), AllocErr> [INFO] [stdout] 58 | | { [INFO] [stdout] 59 | | if layout.size() == 0 { [INFO] [stdout] ... | [INFO] [stdout] 67 | | } [INFO] [stdout] 68 | | } [INFO] [stdout] | |_____^ expected struct `core::ptr::NonNull`, found tuple [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `fn(&mut system::System, core::alloc::Layout) -> core::result::Result, _>` [INFO] [stdout] found fn pointer `fn(&mut system::System, core::alloc::Layout) -> core::result::Result<(core::ptr::NonNull, usize), _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hashbrown_tstd-0.7.1/src/lib.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | / feature( [INFO] [stdout] 16 | | alloc_layout_extra, [INFO] [stdout] 17 | | allocator_api, [INFO] [stdout] 18 | | ptr_offset_from, [INFO] [stdout] ... | [INFO] [stdout] 22 | | specialization, [INFO] [stdout] 23 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: `match` arms have incompatible types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_alloc-1.1.1/src/system.rs:85:23 [INFO] [stdout] | [INFO] [stdout] 83 | / match (layout.size(), new_size) { [INFO] [stdout] 84 | | (0, 0) => Ok((layout.dangling(), 0)), [INFO] [stdout] | | -------------------------- this is found to be of type `core::result::Result<(core::ptr::NonNull, usize), core::alloc::AllocErr>` [INFO] [stdout] 85 | | (0, _) => self.alloc(Layout::from_size_align_unchecked(new_size, layout.align())), [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found struct `core::ptr::NonNull` [INFO] [stdout] 86 | | (_, 0) => { [INFO] [stdout] ... | [INFO] [stdout] 92 | | .map(|p| (p, new_size)), [INFO] [stdout] 93 | | } [INFO] [stdout] | |_________- `match` arms have incompatible types [INFO] [stdout] | [INFO] [stdout] = note: expected enum `core::result::Result<(core::ptr::NonNull, usize), _>` [INFO] [stdout] found enum `core::result::Result, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `core::ptr::Unique: core::convert::From>` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_alloc-1.1.1/src/alignbox.rs:114:29 [INFO] [stdout] | [INFO] [stdout] 114 | ptr: ptr.cast().into(), [INFO] [stdout] | ^^^^ the trait `core::convert::From>` is not implemented for `core::ptr::Unique` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as core::convert::From<&mut T>> [INFO] [stdout] = note: required because of the requirements on the impl of `core::convert::Into>` for `core::ptr::NonNull<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `core::ptr::Unique: core::convert::From>` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_alloc-1.1.1/src/alignbox.rs:135:35 [INFO] [stdout] | [INFO] [stdout] 135 | self.ptr = ptr.cast().into(); [INFO] [stdout] | ^^^^ the trait `core::convert::From>` is not implemented for `core::ptr::Unique` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as core::convert::From<&mut T>> [INFO] [stdout] = note: required because of the requirements on the impl of `core::convert::Into>` for `core::ptr::NonNull<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `core::ptr::Unique: core::convert::From>` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_alloc-1.1.1/src/alignbox.rs:208:26 [INFO] [stdout] | [INFO] [stdout] 208 | ptr: ptr.into(), [INFO] [stdout] | ^^^^ the trait `core::convert::From>` is not implemented for `core::ptr::Unique` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as core::convert::From<&mut T>> [INFO] [stdout] = note: required because of the requirements on the impl of `core::convert::Into>` for `core::ptr::NonNull<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0053, E0277, E0308, E0407, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0053`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sgx_alloc`. [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] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d0c544b5de6e4040062047e9f0932d845a2f8cd1f23d78c484b845f18cd7477d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0c544b5de6e4040062047e9f0932d845a2f8cd1f23d78c484b845f18cd7477d", kill_on_drop: false }` [INFO] [stdout] d0c544b5de6e4040062047e9f0932d845a2f8cd1f23d78c484b845f18cd7477d