[INFO] fetching crate adamantium 0.0.1... [INFO] checking adamantium-0.0.1 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate adamantium 0.0.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate adamantium 0.0.1 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate adamantium 0.0.1 [INFO] finished tweaking crates.io crate adamantium 0.0.1 [INFO] tweaked toml for crates.io crate adamantium 0.0.1 written to /workspace/builds/worker-9/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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] b58709253918f9a071e9d16c49bfac507a0d682ea347eca307d1ffb51c728d66 [INFO] running `"docker" "start" "-a" "b58709253918f9a071e9d16c49bfac507a0d682ea347eca307d1ffb51c728d66"` [INFO] [stderr] Checking adamantium v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![license = "MIT"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #54726 for more information [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/map.rs:183:77 [INFO] [stderr] | [INFO] [stderr] 183 | pub fn insert_or_modify_with(&self, key: Arc, val: Arc, modifier: |&V| -> V) -> Map { [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/map.rs:341:45 [INFO] [stderr] | [INFO] [stderr] 341 | pub fn adjust(&self, key: &K, modifier: |&V| -> V) -> Map { [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/map.rs:356:45 [INFO] [stderr] | [INFO] [stderr] 356 | pub fn update(&self, key: &K, modifier: |&V| -> Option) -> Map { [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/map.rs:384:48 [INFO] [stderr] | [INFO] [stderr] 384 | pub fn alter(&self, key: Arc, modifier: |Option<&K>, Option<&V>| -> Option) -> Map { [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected one of `:`, `@`, or `|`, found `<` [INFO] [stderr] --> src/map.rs:384:67 [INFO] [stderr] | [INFO] [stderr] 384 | pub fn alter(&self, key: Arc, modifier: |Option<&K>, Option<&V>| -> Option) -> Map { [INFO] [stderr] | ^ expected one of `:`, `@`, or `|` [INFO] [stderr] | [INFO] [stderr] = note: anonymous parameters are removed in the 2018 edition (see RFC 1685) [INFO] [stderr] help: if this is a type, explicitly ignore the parameter name [INFO] [stderr] | [INFO] [stderr] 384 | pub fn alter(&self, key: Arc, modifier: |Option<&K>, _: Option<&V>| -> Option) -> Map { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![license = "MIT"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #54726 for more information [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/map.rs:183:77 [INFO] [stderr] | [INFO] [stderr] 183 | pub fn insert_or_modify_with(&self, key: Arc, val: Arc, modifier: |&V| -> V) -> Map { [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/map.rs:341:45 [INFO] [stderr] | [INFO] [stderr] 341 | pub fn adjust(&self, key: &K, modifier: |&V| -> V) -> Map { [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/map.rs:356:45 [INFO] [stderr] | [INFO] [stderr] 356 | pub fn update(&self, key: &K, modifier: |&V| -> Option) -> Map { [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/map.rs:384:48 [INFO] [stderr] | [INFO] [stderr] 384 | pub fn alter(&self, key: Arc, modifier: |Option<&K>, Option<&V>| -> Option) -> Map { [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected one of `:`, `@`, or `|`, found `<` [INFO] [stderr] --> src/map.rs:384:67 [INFO] [stderr] | [INFO] [stderr] 384 | pub fn alter(&self, key: Arc, modifier: |Option<&K>, Option<&V>| -> Option) -> Map { [INFO] [stderr] | ^ expected one of `:`, `@`, or `|` [INFO] [stderr] | [INFO] [stderr] = note: anonymous parameters are removed in the 2018 edition (see RFC 1685) [INFO] [stderr] help: if this is a type, explicitly ignore the parameter name [INFO] [stderr] | [INFO] [stderr] 384 | pub fn alter(&self, key: Arc, modifier: |Option<&K>, _: Option<&V>| -> Option) -> Map { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `license` in this scope [INFO] [stderr] --> src/lib.rs:1:4 [INFO] [stderr] | [INFO] [stderr] 1 | #![license = "MIT"] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/map.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | size: uint, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/map.rs:45:26 [INFO] [stderr] | [INFO] [stderr] 45 | pub fn len(&self) -> uint { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `modifier` in this scope [INFO] [stderr] --> src/map.rs:189:61 [INFO] [stderr] | [INFO] [stderr] 189 | Equal => Map::bin_ref(&key, &Arc::new(modifier(&**valuex)), leftx, rightx), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/map.rs:200:15 [INFO] [stderr] | [INFO] [stderr] 200 | static RATIO: uint = 2; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/map.rs:201:15 [INFO] [stderr] | [INFO] [stderr] 201 | static DELTA: uint = 3; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `modifier` in this scope [INFO] [stderr] --> src/map.rs:346:92 [INFO] [stderr] | [INFO] [stderr] 346 | Less => Map::balance(kx.clone(), vx.clone(), Arc::new(l.adjust(key, modifier)), r.clone()), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `modifier` in this scope [INFO] [stderr] --> src/map.rs:347:103 [INFO] [stderr] | [INFO] [stderr] 347 | Greater => Map::balance(kx.clone(), vx.clone(), l.clone(), Arc::new(r.adjust(key, modifier))), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `modifier` in this scope [INFO] [stderr] --> src/map.rs:348:62 [INFO] [stderr] | [INFO] [stderr] 348 | Equal => Map::bin(kx.clone(), Arc::new(modifier(&**vx)), l.clone(), r.clone()) [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `modifier` in this scope [INFO] [stderr] --> src/map.rs:361:92 [INFO] [stderr] | [INFO] [stderr] 361 | Less => Map::balance(kx.clone(), vx.clone(), Arc::new(l.update(key, modifier)), r.clone()), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `modifier` in this scope [INFO] [stderr] --> src/map.rs:362:103 [INFO] [stderr] | [INFO] [stderr] 362 | Greater => Map::balance(kx.clone(), vx.clone(), l.clone(), Arc::new(r.update(key, modifier))), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `modifier` in this scope [INFO] [stderr] --> src/map.rs:364:31 [INFO] [stderr] | [INFO] [stderr] 364 | match modifier(&**vx) { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `modifier` in this scope [INFO] [stderr] --> src/map.rs:387:23 [INFO] [stderr] | [INFO] [stderr] 387 | match modifier(None, None) { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `modifier` in this scope [INFO] [stderr] --> src/map.rs:396:91 [INFO] [stderr] | [INFO] [stderr] 396 | Less => Map::balance(kx.clone(), vx.clone(), Arc::new(l.alter(key, modifier)), r.clone()), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `modifier` in this scope [INFO] [stderr] --> src/map.rs:397:102 [INFO] [stderr] | [INFO] [stderr] 397 | Greater => Map::balance(kx.clone(), vx.clone(), l.clone(), Arc::new(r.alter(key, modifier))), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `modifier` in this scope [INFO] [stderr] --> src/map.rs:399:31 [INFO] [stderr] | [INFO] [stderr] 399 | match modifier(Some(&**kx), Some(&**vx)) { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `license` in this scope [INFO] [stderr] --> src/lib.rs:1:4 [INFO] [stderr] | [INFO] [stderr] 1 | #![license = "MIT"] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stderr] --> src/list.rs:53:35 [INFO] [stderr] | [INFO] [stderr] 53 | impl<'a, T: Send + Sync> Iterator<&'a T> for ListItems<'a, T> { [INFO] [stderr] | ^^^^^ unexpected type argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 23 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0412, E0425, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `adamantium`. [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[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/map.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | size: uint, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/map.rs:45:26 [INFO] [stderr] | [INFO] [stderr] 45 | pub fn len(&self) -> uint { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `modifier` in this scope [INFO] [stderr] --> src/map.rs:189:61 [INFO] [stderr] | [INFO] [stderr] 189 | Equal => Map::bin_ref(&key, &Arc::new(modifier(&**valuex)), leftx, rightx), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/map.rs:200:15 [INFO] [stderr] | [INFO] [stderr] 200 | static RATIO: uint = 2; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/map.rs:201:15 [INFO] [stderr] | [INFO] [stderr] 201 | static DELTA: uint = 3; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `modifier` in this scope [INFO] [stderr] --> src/map.rs:346:92 [INFO] [stderr] | [INFO] [stderr] 346 | Less => Map::balance(kx.clone(), vx.clone(), Arc::new(l.adjust(key, modifier)), r.clone()), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `modifier` in this scope [INFO] [stderr] --> src/map.rs:347:103 [INFO] [stderr] | [INFO] [stderr] 347 | Greater => Map::balance(kx.clone(), vx.clone(), l.clone(), Arc::new(r.adjust(key, modifier))), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `modifier` in this scope [INFO] [stderr] --> src/map.rs:348:62 [INFO] [stderr] | [INFO] [stderr] 348 | Equal => Map::bin(kx.clone(), Arc::new(modifier(&**vx)), l.clone(), r.clone()) [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `modifier` in this scope [INFO] [stderr] --> src/map.rs:361:92 [INFO] [stderr] | [INFO] [stderr] 361 | Less => Map::balance(kx.clone(), vx.clone(), Arc::new(l.update(key, modifier)), r.clone()), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `modifier` in this scope [INFO] [stderr] --> src/map.rs:362:103 [INFO] [stderr] | [INFO] [stderr] 362 | Greater => Map::balance(kx.clone(), vx.clone(), l.clone(), Arc::new(r.update(key, modifier))), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `modifier` in this scope [INFO] [stderr] --> src/map.rs:364:31 [INFO] [stderr] | [INFO] [stderr] 364 | match modifier(&**vx) { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `modifier` in this scope [INFO] [stderr] --> src/map.rs:387:23 [INFO] [stderr] | [INFO] [stderr] 387 | match modifier(None, None) { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `modifier` in this scope [INFO] [stderr] --> src/map.rs:396:91 [INFO] [stderr] | [INFO] [stderr] 396 | Less => Map::balance(kx.clone(), vx.clone(), Arc::new(l.alter(key, modifier)), r.clone()), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `modifier` in this scope [INFO] [stderr] --> src/map.rs:397:102 [INFO] [stderr] | [INFO] [stderr] 397 | Greater => Map::balance(kx.clone(), vx.clone(), l.clone(), Arc::new(r.alter(key, modifier))), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `modifier` in this scope [INFO] [stderr] --> src/map.rs:399:31 [INFO] [stderr] | [INFO] [stderr] 399 | match modifier(Some(&**kx), Some(&**vx)) { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stderr] --> src/list.rs:53:35 [INFO] [stderr] | [INFO] [stderr] 53 | impl<'a, T: Send + Sync> Iterator<&'a T> for ListItems<'a, T> { [INFO] [stderr] | ^^^^^ unexpected type argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 23 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0412, E0425, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `adamantium`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b58709253918f9a071e9d16c49bfac507a0d682ea347eca307d1ffb51c728d66"` [INFO] running `"docker" "rm" "-f" "b58709253918f9a071e9d16c49bfac507a0d682ea347eca307d1ffb51c728d66"` [INFO] [stdout] b58709253918f9a071e9d16c49bfac507a0d682ea347eca307d1ffb51c728d66