[INFO] fetching crate intrusive 0.0.4... [INFO] checking intrusive-0.0.4 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate intrusive 0.0.4 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate intrusive 0.0.4 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate intrusive 0.0.4 [INFO] finished tweaking crates.io crate intrusive 0.0.4 [INFO] tweaked toml for crates.io crate intrusive 0.0.4 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded stainless v0.1.12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e70e7cc66cdc723d6e5c5405c3b78cecf61f9047cf7b7b3fe6677e7af6f5a72b [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" "e70e7cc66cdc723d6e5c5405c3b78cecf61f9047cf7b7b3fe6677e7af6f5a72b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e70e7cc66cdc723d6e5c5405c3b78cecf61f9047cf7b7b3fe6677e7af6f5a72b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e70e7cc66cdc723d6e5c5405c3b78cecf61f9047cf7b7b3fe6677e7af6f5a72b", kill_on_drop: false }` [INFO] [stdout] e70e7cc66cdc723d6e5c5405c3b78cecf61f9047cf7b7b3fe6677e7af6f5a72b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3412cd23cdbfae67affa90b1008cea3713b6f8cd1825626078d4fe7b6621a895 [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" "3412cd23cdbfae67affa90b1008cea3713b6f8cd1825626078d4fe7b6621a895", kill_on_drop: false }` [INFO] [stderr] Compiling stainless v0.1.12 [INFO] [stderr] Checking intrusive v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] error: expected parameter name, found `:` [INFO] [stdout] --> src/lib.rs:29:28 [INFO] [stdout] | [INFO] [stdout] 29 | self.traverse(|&mut: t: T| { f(t); false }) [INFO] [stdout] | ^ expected parameter name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/impls.rs:15:41 [INFO] [stdout] | [INFO] [stdout] 15 | if f(mem::transmute(1u)) { break } [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/impls.rs:40:41 [INFO] [stdout] | [INFO] [stdout] 40 | if f(mem::transmute(1u)) { break } [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `:` [INFO] [stdout] --> src/impls.rs:57:27 [INFO] [stdout] | [INFO] [stdout] 57 | iter.iterate(|&mut: elem| vec.push(elem)); [INFO] [stdout] | ^ expected parameter name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `(`, `[`, or `{`, found `intrusive_slice_iter` [INFO] [stdout] --> src/impls.rs:68:15 [INFO] [stdout] | [INFO] [stdout] 68 | describe! intrusive_slice_iter { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ expected one of `(`, `[`, or `{` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/lib.rs:7:30 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(plugin_registrar, quote, rustc_private)] [INFO] [stdout] | ^^^^^ feature has been removed [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `stainless` [INFO] [stdout] error[E0463]: can't find crate for `syntax` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/lib.rs:171:1 [INFO] [stdout] | [INFO] [stdout] 171 | extern crate syntax; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] Some errors have detailed explanations: E0463, E0557. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/ext.rs:10:19 [INFO] [stdout] | [INFO] [stdout] 10 | fn skip(self, uint) -> Skip; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/ext.rs:11:19 [INFO] [stdout] | [INFO] [stdout] 11 | fn take(self, uint) -> Take; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/ext.rs:37:22 [INFO] [stdout] | [INFO] [stdout] 37 | fn skip(self, n: uint) -> Skip { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/ext.rs:41:22 [INFO] [stdout] | [INFO] [stdout] 41 | fn take(self, n: uint) -> Take { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/ext.rs:121:31 [INFO] [stdout] | [INFO] [stdout] 121 | impl IntrusiveIterator<(uint, T)> for Enumerate [INFO] [stdout] | - ^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `, uint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/ext.rs:123:28 [INFO] [stdout] | [INFO] [stdout] 123 | fn traverse bool>(self, mut f: F1) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/ext.rs:135:8 [INFO] [stdout] | [INFO] [stdout] 135 | n: uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/ext.rs:157:8 [INFO] [stdout] | [INFO] [stdout] 157 | n: uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 type arguments but 1 type argument was supplied [INFO] [stdout] --> src/lib.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 41 | impl> IntoIntrusive for I { [INFO] [stdout] | ^^^^^^^^--- help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 type arguments [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 0 type parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 type arguments but 1 type argument was supplied [INFO] [stdout] --> src/lib.rs:51:12 [INFO] [stdout] | [INFO] [stdout] 51 | impl> IntrusiveIterator for Intrusive { [INFO] [stdout] | ^^^^^^^^--- help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 type arguments [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 0 type parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 type arguments but 1 type argument was supplied [INFO] [stdout] --> src/ext.rs:15:23 [INFO] [stdout] | [INFO] [stdout] 15 | fn flat_map, F: FnMut(T) -> U>(self, F) -> FlatMap; [INFO] [stdout] | ^^^^^^^^--- help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 type arguments [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 0 type parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 type arguments but 1 type argument was supplied [INFO] [stdout] --> src/ext.rs:57:23 [INFO] [stdout] | [INFO] [stdout] 57 | fn flat_map, F: FnMut(T) -> U>(self, f: F) -> FlatMap { [INFO] [stdout] | ^^^^^^^^--- help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 type arguments [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 0 type parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0412. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3412cd23cdbfae67affa90b1008cea3713b6f8cd1825626078d4fe7b6621a895", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3412cd23cdbfae67affa90b1008cea3713b6f8cd1825626078d4fe7b6621a895", kill_on_drop: false }` [INFO] [stdout] 3412cd23cdbfae67affa90b1008cea3713b6f8cd1825626078d4fe7b6621a895