[INFO] fetching crate fun 0.0.1...
[INFO] checking fun-0.0.1 against beta for pr-78714
[INFO] extracting crate fun 0.0.1 into /workspace/builds/worker-10/source
[INFO] validating manifest of crates.io crate fun 0.0.1 on toolchain beta
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fun 0.0.1
[INFO] finished tweaking crates.io crate fun 0.0.1
[INFO] tweaked toml for crates.io crate fun 0.0.1 written to /workspace/builds/worker-10/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "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" "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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] afd4e75d17e5ae2e7d07173bf9ee38762f2e189f4a19ee689b3a1514f1a8bfb6
[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" "afd4e75d17e5ae2e7d07173bf9ee38762f2e189f4a19ee689b3a1514f1a8bfb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "afd4e75d17e5ae2e7d07173bf9ee38762f2e189f4a19ee689b3a1514f1a8bfb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "afd4e75d17e5ae2e7d07173bf9ee38762f2e189f4a19ee689b3a1514f1a8bfb6", kill_on_drop: false }`
[INFO] [stdout] afd4e75d17e5ae2e7d07173bf9ee38762f2e189f4a19ee689b3a1514f1a8bfb6
[INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 46677a58101d37e6b302f3d151700b4e05800a3940a6156a9b430e26c8e54488
[INFO] running `Command { std: "docker" "start" "-a" "46677a58101d37e6b302f3d151700b4e05800a3940a6156a9b430e26c8e54488", kill_on_drop: false }`
[INFO] [stderr] Checking fun v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout] --> src/data/either.rs:50:12
[INFO] [stdout] |
[INFO] [stdout] 50 | elim(|&: a| { Ok(a) },
[INFO] [stdout] | ^ expected parameter name
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout] --> src/data/either.rs:50:12
[INFO] [stdout] |
[INFO] [stdout] 50 | elim(|&: a| { Ok(a) },
[INFO] [stdout] | ^ expected parameter name
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout] --> src/data/maybe.rs:42:12
[INFO] [stdout] |
[INFO] [stdout] 42 | |&: a| { Option::Some(a) },
[INFO] [stdout] | ^ expected parameter name
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout] --> src/data/maybe.rs:42:12
[INFO] [stdout] |
[INFO] [stdout] 42 | |&: a| { Option::Some(a) },
[INFO] [stdout] | ^ expected parameter name
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout] --> src/data/void.rs:9:10
[INFO] [stdout] |
[INFO] [stdout] 9 | #[derive(Show)]
[INFO] [stdout] | ^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `Rand` in this scope
[INFO] [stdout] --> src/data/maybe.rs:9:10
[INFO] [stdout] |
[INFO] [stdout] 9 | #[derive(Rand)]
[INFO] [stdout] | ^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout] --> src/data/maybe.rs:10:10
[INFO] [stdout] |
[INFO] [stdout] 10 | #[derive(Show)]
[INFO] [stdout] | ^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `Rand` in this scope
[INFO] [stdout] --> src/data/either.rs:9:10
[INFO] [stdout] |
[INFO] [stdout] 9 | #[derive(Rand)]
[INFO] [stdout] | ^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout] --> src/data/either.rs:10:10
[INFO] [stdout] |
[INFO] [stdout] 10 | #[derive(Show)]
[INFO] [stdout] | ^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0403]: the name `A` is already used for a generic parameter in this item's generic parameters
[INFO] [stdout] --> src/data/either.rs:29:17
[INFO] [stdout] |
[INFO] [stdout] 27 | impl Either {
[INFO] [stdout] | - first use of `A`
[INFO] [stdout] 28 | #[inline]
[INFO] [stdout] 29 | pub fn elim(inl: FL, inr: FR, m: Either) -> R where
[INFO] [stdout] | ^ already used
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0403]: the name `B` is already used for a generic parameter in this item's generic parameters
[INFO] [stdout] --> src/data/either.rs:29:20
[INFO] [stdout] |
[INFO] [stdout] 27 | impl Either {
[INFO] [stdout] | - first use of `B`
[INFO] [stdout] 28 | #[inline]
[INFO] [stdout] 29 | pub fn elim(inl: FL, inr: FR, m: Either) -> R where
[INFO] [stdout] | ^ already used
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0403]: the name `A` is already used for a generic parameter in this item's generic parameters
[INFO] [stdout] --> src/data/maybe.rs:26:17
[INFO] [stdout] |
[INFO] [stdout] 24 | impl Maybe {
[INFO] [stdout] | - first use of `A`
[INFO] [stdout] 25 | #[inline]
[INFO] [stdout] 26 | pub fn elim R>(none: R, some: F, m: Maybe) -> R {
[INFO] [stdout] | ^ already used
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout] --> src/data/void.rs:9:10
[INFO] [stdout] |
[INFO] [stdout] 9 | #[derive(Show)]
[INFO] [stdout] | ^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `Rand` in this scope
[INFO] [stdout] --> src/data/maybe.rs:9:10
[INFO] [stdout] |
[INFO] [stdout] 9 | #[derive(Rand)]
[INFO] [stdout] | ^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout] --> src/data/maybe.rs:10:10
[INFO] [stdout] |
[INFO] [stdout] 10 | #[derive(Show)]
[INFO] [stdout] | ^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `Rand` in this scope
[INFO] [stdout] --> src/data/either.rs:9:10
[INFO] [stdout] |
[INFO] [stdout] 9 | #[derive(Rand)]
[INFO] [stdout] | ^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout] --> src/data/either.rs:10:10
[INFO] [stdout] |
[INFO] [stdout] 10 | #[derive(Show)]
[INFO] [stdout] | ^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0403]: the name `A` is already used for a generic parameter in this item's generic parameters
[INFO] [stdout] --> src/data/either.rs:29:17
[INFO] [stdout] |
[INFO] [stdout] 27 | impl Either {
[INFO] [stdout] | - first use of `A`
[INFO] [stdout] 28 | #[inline]
[INFO] [stdout] 29 | pub fn elim(inl: FL, inr: FR, m: Either) -> R where
[INFO] [stdout] | ^ already used
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0403]: the name `B` is already used for a generic parameter in this item's generic parameters
[INFO] [stdout] --> src/data/either.rs:29:20
[INFO] [stdout] |
[INFO] [stdout] 27 | impl Either {
[INFO] [stdout] | - first use of `B`
[INFO] [stdout] 28 | #[inline]
[INFO] [stdout] 29 | pub fn elim(inl: FL, inr: FR, m: Either) -> R where
[INFO] [stdout] | ^ already used
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout] --> src/lib.rs:1:1
[INFO] [stdout] |
[INFO] [stdout] 1 | #![feature(unboxed_closures)]
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0403]: the name `A` is already used for a generic parameter in this item's generic parameters
[INFO] [stdout] --> src/data/maybe.rs:26:17
[INFO] [stdout] |
[INFO] [stdout] 24 | impl Maybe {
[INFO] [stdout] | - first use of `A`
[INFO] [stdout] 25 | #[inline]
[INFO] [stdout] 26 | pub fn elim R>(none: R, some: F, m: Maybe) -> R {
[INFO] [stdout] | ^ already used
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout] --> src/lib.rs:1:1
[INFO] [stdout] |
[INFO] [stdout] 1 | #![feature(unboxed_closures)]
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stdout] --> src/data/void.rs:14:14
[INFO] [stdout] |
[INFO] [stdout] 14 | unsafe { ::std::intrinsics::unreachable() }
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stdout] --> src/data/void.rs:14:14
[INFO] [stdout] |
[INFO] [stdout] 14 | unsafe { ::std::intrinsics::unreachable() }
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0658]: use of unstable library feature 'fn_traits'
[INFO] [stdout] --> src/data/pair.rs:3:10
[INFO] [stdout] |
[INFO] [stdout] 3 | pair.call(x)
[INFO] [stdout] | ^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: see issue #29625 for more information
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0658]: use of unstable library feature 'fn_traits'
[INFO] [stdout] --> src/data/pair.rs:3:10
[INFO] [stdout] |
[INFO] [stdout] 3 | pair.call(x)
[INFO] [stdout] | ^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: see issue #29625 for more information
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 13 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0403, E0554, E0658.
[INFO] [stdout]
[INFO] [stdout] For more information about an error, try `rustc --explain E0403`.
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 13 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0403, E0554, E0658.
[INFO] [stdout]
[INFO] [stdout] For more information about an error, try `rustc --explain E0403`.
[INFO] [stdout]
[INFO] [stderr] error: could not compile `fun`
[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 `Command { std: "docker" "inspect" "46677a58101d37e6b302f3d151700b4e05800a3940a6156a9b430e26c8e54488", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46677a58101d37e6b302f3d151700b4e05800a3940a6156a9b430e26c8e54488", kill_on_drop: false }`
[INFO] [stdout] 46677a58101d37e6b302f3d151700b4e05800a3940a6156a9b430e26c8e54488