[INFO] fetching crate adamantium 0.0.1...
[INFO] checking adamantium-0.0.1 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate adamantium 0.0.1 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate adamantium 0.0.1 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5c5e96c61e3598da5507c09488ed0822d85e3e36e0c3d7261615488f24905ab2
[INFO] running `Command { std: "docker" "start" "-a" "5c5e96c61e3598da5507c09488ed0822d85e3e36e0c3d7261615488f24905ab2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c5e96c61e3598da5507c09488ed0822d85e3e36e0c3d7261615488f24905ab2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c5e96c61e3598da5507c09488ed0822d85e3e36e0c3d7261615488f24905ab2", kill_on_drop: false }`
[INFO] [stdout] 5c5e96c61e3598da5507c09488ed0822d85e3e36e0c3d7261615488f24905ab2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1711090cf1d6ecd895d31fd09c42c5204886cf45f67f7591aa00b1494f061d20
[INFO] running `Command { std: "docker" "start" "-a" "1711090cf1d6ecd895d31fd09c42c5204886cf45f67f7591aa00b1494f061d20", kill_on_drop: false }`
[INFO] [stderr]     Checking adamantium v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]    --> src/map.rs:183:77
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn insert_or_modify_with(&self, key: Arc<K>, val: Arc<V>, modifier: |&V| -> V) -> Map<K, V> {
[INFO] [stdout]     |                                                                             ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]    --> src/map.rs:341:45
[INFO] [stdout]     |
[INFO] [stdout] 341 |     pub fn adjust(&self, key: &K, modifier: |&V| -> V) -> Map<K, V> {
[INFO] [stdout]     |                                             ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]    --> src/map.rs:356:45
[INFO] [stdout]     |
[INFO] [stdout] 356 |     pub fn update(&self, key: &K, modifier: |&V| -> Option<V>) -> Map<K, V> {
[INFO] [stdout]     |                                             ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]    --> src/map.rs:384:48
[INFO] [stdout]     |
[INFO] [stdout] 384 |     pub fn alter(&self, key: Arc<K>, modifier: |Option<&K>, Option<&V>| -> Option<V>) -> Map<K, V> {
[INFO] [stdout]     |                                                ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `<`
[INFO] [stdout]    --> src/map.rs:384:67
[INFO] [stdout]     |
[INFO] [stdout] 384 |     pub fn alter(&self, key: Arc<K>, modifier: |Option<&K>, Option<&V>| -> Option<V>) -> Map<K, V> {
[INFO] [stdout]     |                                                                   ^ expected one of `:`, `@`, or `|`
[INFO] [stdout]     |
[INFO] [stdout]     = note: anonymous parameters are removed in the 2018 edition (see RFC 1685)
[INFO] [stdout] help: if this is a type, explicitly ignore the parameter name
[INFO] [stdout]     |
[INFO] [stdout] 384 |     pub fn alter(&self, key: Arc<K>, modifier: |Option<&K>, _: Option<&V>| -> Option<V>) -> Map<K, V> {
[INFO] [stdout]     |                                                             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]    --> src/map.rs:183:77
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn insert_or_modify_with(&self, key: Arc<K>, val: Arc<V>, modifier: |&V| -> V) -> Map<K, V> {
[INFO] [stdout]     |                                                                             ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]    --> src/map.rs:341:45
[INFO] [stdout]     |
[INFO] [stdout] 341 |     pub fn adjust(&self, key: &K, modifier: |&V| -> V) -> Map<K, V> {
[INFO] [stdout]     |                                             ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]    --> src/map.rs:356:45
[INFO] [stdout]     |
[INFO] [stdout] 356 |     pub fn update(&self, key: &K, modifier: |&V| -> Option<V>) -> Map<K, V> {
[INFO] [stdout]     |                                             ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]    --> src/map.rs:384:48
[INFO] [stdout]     |
[INFO] [stdout] 384 |     pub fn alter(&self, key: Arc<K>, modifier: |Option<&K>, Option<&V>| -> Option<V>) -> Map<K, V> {
[INFO] [stdout]     |                                                ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `<`
[INFO] [stdout]    --> src/map.rs:384:67
[INFO] [stdout]     |
[INFO] [stdout] 384 |     pub fn alter(&self, key: Arc<K>, modifier: |Option<&K>, Option<&V>| -> Option<V>) -> Map<K, V> {
[INFO] [stdout]     |                                                                   ^ expected one of `:`, `@`, or `|`
[INFO] [stdout]     |
[INFO] [stdout]     = note: anonymous parameters are removed in the 2018 edition (see RFC 1685)
[INFO] [stdout] help: if this is a type, explicitly ignore the parameter name
[INFO] [stdout]     |
[INFO] [stdout] 384 |     pub fn alter(&self, key: Arc<K>, modifier: |Option<&K>, _: Option<&V>| -> Option<V>) -> Map<K, V> {
[INFO] [stdout]     |                                                             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `license` in this scope
[INFO] [stdout]  --> src/lib.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![license = "MIT"]
[INFO] [stdout]   |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/map.rs:12:15
[INFO] [stdout]    |
[INFO] [stdout] 12 |         size: uint,
[INFO] [stdout]    |               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `license` in this scope
[INFO] [stdout]  --> src/lib.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![license = "MIT"]
[INFO] [stdout]   |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/map.rs:45:26
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn len(&self) -> 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/map.rs:200:15
[INFO] [stdout]     |
[INFO] [stdout] 200 | static RATIO: uint = 2;
[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/map.rs:201:15
[INFO] [stdout]     |
[INFO] [stdout] 201 | static DELTA: uint = 3;
[INFO] [stdout]     |               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:346:92
[INFO] [stdout]     |
[INFO] [stdout] 346 |                     Less    => Map::balance(kx.clone(), vx.clone(), Arc::new(l.adjust(key, modifier)), r.clone()),
[INFO] [stdout]     |                                                                                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:347:103
[INFO] [stdout]     |
[INFO] [stdout] 347 |                     Greater => Map::balance(kx.clone(), vx.clone(), l.clone(), Arc::new(r.adjust(key, modifier))),
[INFO] [stdout]     |                                                                                                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:361:92
[INFO] [stdout]     |
[INFO] [stdout] 361 |                     Less    => Map::balance(kx.clone(), vx.clone(), Arc::new(l.update(key, modifier)), r.clone()),
[INFO] [stdout]     |                                                                                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:362:103
[INFO] [stdout]     |
[INFO] [stdout] 362 |                     Greater => Map::balance(kx.clone(), vx.clone(), l.clone(), Arc::new(r.update(key, modifier))),
[INFO] [stdout]     |                                                                                                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:396:91
[INFO] [stdout]     |
[INFO] [stdout] 396 |                     Less    => Map::balance(kx.clone(), vx.clone(), Arc::new(l.alter(key, modifier)), r.clone()),
[INFO] [stdout]     |                                                                                           ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:397:102
[INFO] [stdout]     |
[INFO] [stdout] 397 |                     Greater => Map::balance(kx.clone(), vx.clone(), l.clone(), Arc::new(r.alter(key, modifier))),
[INFO] [stdout]     |                                                                                                      ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(macro_rules)]
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![deny(warnings)]
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   = note: `#[deny(stable_features)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> src/list.rs:53:26
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl<'a, T: Send + Sync> Iterator<&'a T> for ListItems<'a, T> {
[INFO] [stdout]    |                          ^^^^^^^^ expected 0 generic arguments
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:189:61
[INFO] [stdout]     |
[INFO] [stdout] 189 |                     Equal   => Map::bin_ref(&key, &Arc::new(modifier(&**valuex)), leftx, rightx),
[INFO] [stdout]     |                                                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:348:62
[INFO] [stdout]     |
[INFO] [stdout] 348 |                     Equal   => Map::bin(kx.clone(), Arc::new(modifier(&**vx)), l.clone(), r.clone())
[INFO] [stdout]     |                                                              ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:364:31
[INFO] [stdout]     |
[INFO] [stdout] 364 |                         match modifier(&**vx) {
[INFO] [stdout]     |                               ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:387:23
[INFO] [stdout]     |
[INFO] [stdout] 387 |                 match modifier(None, None) {
[INFO] [stdout]     |                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:399:31
[INFO] [stdout]     |
[INFO] [stdout] 399 |                         match modifier(Some(&**kx), Some(&**vx)) {
[INFO] [stdout]     |                               ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 23 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0412, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/map.rs:12:15
[INFO] [stdout]    |
[INFO] [stdout] 12 |         size: 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/map.rs:45:26
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn len(&self) -> 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/map.rs:200:15
[INFO] [stdout]     |
[INFO] [stdout] 200 | static RATIO: uint = 2;
[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/map.rs:201:15
[INFO] [stdout]     |
[INFO] [stdout] 201 | static DELTA: uint = 3;
[INFO] [stdout]     |               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:346:92
[INFO] [stdout]     |
[INFO] [stdout] 346 |                     Less    => Map::balance(kx.clone(), vx.clone(), Arc::new(l.adjust(key, modifier)), r.clone()),
[INFO] [stdout]     |                                                                                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:347:103
[INFO] [stdout]     |
[INFO] [stdout] 347 |                     Greater => Map::balance(kx.clone(), vx.clone(), l.clone(), Arc::new(r.adjust(key, modifier))),
[INFO] [stdout]     |                                                                                                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:361:92
[INFO] [stdout]     |
[INFO] [stdout] 361 |                     Less    => Map::balance(kx.clone(), vx.clone(), Arc::new(l.update(key, modifier)), r.clone()),
[INFO] [stdout]     |                                                                                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:362:103
[INFO] [stdout]     |
[INFO] [stdout] 362 |                     Greater => Map::balance(kx.clone(), vx.clone(), l.clone(), Arc::new(r.update(key, modifier))),
[INFO] [stdout]     |                                                                                                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:396:91
[INFO] [stdout]     |
[INFO] [stdout] 396 |                     Less    => Map::balance(kx.clone(), vx.clone(), Arc::new(l.alter(key, modifier)), r.clone()),
[INFO] [stdout]     |                                                                                           ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `adamantium` (lib test) due to 24 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:397:102
[INFO] [stdout]     |
[INFO] [stdout] 397 |                     Greater => Map::balance(kx.clone(), vx.clone(), l.clone(), Arc::new(r.alter(key, modifier))),
[INFO] [stdout]     |                                                                                                      ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(macro_rules)]
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![deny(warnings)]
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   = note: `#[deny(stable_features)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> src/list.rs:53:26
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl<'a, T: Send + Sync> Iterator<&'a T> for ListItems<'a, T> {
[INFO] [stdout]    |                          ^^^^^^^^ expected 0 generic arguments
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:189:61
[INFO] [stdout]     |
[INFO] [stdout] 189 |                     Equal   => Map::bin_ref(&key, &Arc::new(modifier(&**valuex)), leftx, rightx),
[INFO] [stdout]     |                                                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:348:62
[INFO] [stdout]     |
[INFO] [stdout] 348 |                     Equal   => Map::bin(kx.clone(), Arc::new(modifier(&**vx)), l.clone(), r.clone())
[INFO] [stdout]     |                                                              ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:364:31
[INFO] [stdout]     |
[INFO] [stdout] 364 |                         match modifier(&**vx) {
[INFO] [stdout]     |                               ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:387:23
[INFO] [stdout]     |
[INFO] [stdout] 387 |                 match modifier(None, None) {
[INFO] [stdout]     |                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:399:31
[INFO] [stdout]     |
[INFO] [stdout] 399 |                         match modifier(Some(&**kx), Some(&**vx)) {
[INFO] [stdout]     |                               ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 23 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0412, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `adamantium` (lib) due to 24 previous errors
[INFO] running `Command { std: "docker" "inspect" "1711090cf1d6ecd895d31fd09c42c5204886cf45f67f7591aa00b1494f061d20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1711090cf1d6ecd895d31fd09c42c5204886cf45f67f7591aa00b1494f061d20", kill_on_drop: false }`
[INFO] [stdout] 1711090cf1d6ecd895d31fd09c42c5204886cf45f67f7591aa00b1494f061d20
[INFO] checking adamantium-0.0.1 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate adamantium 0.0.1 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate adamantium 0.0.1 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1ffed64dd0df6466a2f6517838e51ec5c18fb4a67528890d5173345fe8f91798
[INFO] running `Command { std: "docker" "start" "-a" "1ffed64dd0df6466a2f6517838e51ec5c18fb4a67528890d5173345fe8f91798", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ffed64dd0df6466a2f6517838e51ec5c18fb4a67528890d5173345fe8f91798", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ffed64dd0df6466a2f6517838e51ec5c18fb4a67528890d5173345fe8f91798", kill_on_drop: false }`
[INFO] [stdout] 1ffed64dd0df6466a2f6517838e51ec5c18fb4a67528890d5173345fe8f91798
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] de0e40bf0c655d408dae789207c82019be67ddc9dc42cd4751015824f6ce4124
[INFO] running `Command { std: "docker" "start" "-a" "de0e40bf0c655d408dae789207c82019be67ddc9dc42cd4751015824f6ce4124", kill_on_drop: false }`
[INFO] [stderr]     Checking adamantium v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]    --> src/map.rs:183:77
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn insert_or_modify_with(&self, key: Arc<K>, val: Arc<V>, modifier: |&V| -> V) -> Map<K, V> {
[INFO] [stdout]     |                                                                             ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]    --> src/map.rs:341:45
[INFO] [stdout]     |
[INFO] [stdout] 341 |     pub fn adjust(&self, key: &K, modifier: |&V| -> V) -> Map<K, V> {
[INFO] [stdout]     |                                             ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]    --> src/map.rs:356:45
[INFO] [stdout]     |
[INFO] [stdout] 356 |     pub fn update(&self, key: &K, modifier: |&V| -> Option<V>) -> Map<K, V> {
[INFO] [stdout]     |                                             ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]    --> src/map.rs:384:48
[INFO] [stdout]     |
[INFO] [stdout] 384 |     pub fn alter(&self, key: Arc<K>, modifier: |Option<&K>, Option<&V>| -> Option<V>) -> Map<K, V> {
[INFO] [stdout]     |                                                ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `<`
[INFO] [stdout]    --> src/map.rs:384:67
[INFO] [stdout]     |
[INFO] [stdout] 384 |     pub fn alter(&self, key: Arc<K>, modifier: |Option<&K>, Option<&V>| -> Option<V>) -> Map<K, V> {
[INFO] [stdout]     |                                                                   ^ expected one of `:`, `@`, or `|`
[INFO] [stdout]     |
[INFO] [stdout]     = note: anonymous parameters are removed in the 2018 edition (see RFC 1685)
[INFO] [stdout] help: if this is a type, explicitly ignore the parameter name
[INFO] [stdout]     |
[INFO] [stdout] 384 |     pub fn alter(&self, key: Arc<K>, modifier: |Option<&K>, _: Option<&V>| -> Option<V>) -> Map<K, V> {
[INFO] [stdout]     |                                                             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]    --> src/map.rs:183:77
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn insert_or_modify_with(&self, key: Arc<K>, val: Arc<V>, modifier: |&V| -> V) -> Map<K, V> {
[INFO] [stdout]     |                                                                             ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]    --> src/map.rs:341:45
[INFO] [stdout]     |
[INFO] [stdout] 341 |     pub fn adjust(&self, key: &K, modifier: |&V| -> V) -> Map<K, V> {
[INFO] [stdout]     |                                             ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]    --> src/map.rs:356:45
[INFO] [stdout]     |
[INFO] [stdout] 356 |     pub fn update(&self, key: &K, modifier: |&V| -> Option<V>) -> Map<K, V> {
[INFO] [stdout]     |                                             ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]    --> src/map.rs:384:48
[INFO] [stdout]     |
[INFO] [stdout] 384 |     pub fn alter(&self, key: Arc<K>, modifier: |Option<&K>, Option<&V>| -> Option<V>) -> Map<K, V> {
[INFO] [stdout]     |                                                ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `<`
[INFO] [stdout]    --> src/map.rs:384:67
[INFO] [stdout]     |
[INFO] [stdout] 384 |     pub fn alter(&self, key: Arc<K>, modifier: |Option<&K>, Option<&V>| -> Option<V>) -> Map<K, V> {
[INFO] [stdout]     |                                                                   ^ expected one of `:`, `@`, or `|`
[INFO] [stdout]     |
[INFO] [stdout]     = note: anonymous parameters are removed in the 2018 edition (see RFC 1685)
[INFO] [stdout] help: if this is a type, explicitly ignore the parameter name
[INFO] [stdout]     |
[INFO] [stdout] 384 |     pub fn alter(&self, key: Arc<K>, modifier: |Option<&K>, _: Option<&V>| -> Option<V>) -> Map<K, V> {
[INFO] [stdout]     |                                                             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `license` in this scope
[INFO] [stdout]  --> src/lib.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![license = "MIT"]
[INFO] [stdout]   |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/map.rs:12:15
[INFO] [stdout]    |
[INFO] [stdout] 12 |         size: 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/map.rs:45:26
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn len(&self) -> 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/map.rs:200:15
[INFO] [stdout]     |
[INFO] [stdout] 200 | static RATIO: uint = 2;
[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/map.rs:201:15
[INFO] [stdout]     |
[INFO] [stdout] 201 | static DELTA: uint = 3;
[INFO] [stdout]     |               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:346:92
[INFO] [stdout]     |
[INFO] [stdout] 346 |                     Less    => Map::balance(kx.clone(), vx.clone(), Arc::new(l.adjust(key, modifier)), r.clone()),
[INFO] [stdout]     |                                                                                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:347:103
[INFO] [stdout]     |
[INFO] [stdout] 347 |                     Greater => Map::balance(kx.clone(), vx.clone(), l.clone(), Arc::new(r.adjust(key, modifier))),
[INFO] [stdout]     |                                                                                                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:361:92
[INFO] [stdout]     |
[INFO] [stdout] 361 |                     Less    => Map::balance(kx.clone(), vx.clone(), Arc::new(l.update(key, modifier)), r.clone()),
[INFO] [stdout]     |                                                                                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:362:103
[INFO] [stdout]     |
[INFO] [stdout] 362 |                     Greater => Map::balance(kx.clone(), vx.clone(), l.clone(), Arc::new(r.update(key, modifier))),
[INFO] [stdout]     |                                                                                                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:396:91
[INFO] [stdout]     |
[INFO] [stdout] 396 |                     Less    => Map::balance(kx.clone(), vx.clone(), Arc::new(l.alter(key, modifier)), r.clone()),
[INFO] [stdout]     |                                                                                           ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:397:102
[INFO] [stdout]     |
[INFO] [stdout] 397 |                     Greater => Map::balance(kx.clone(), vx.clone(), l.clone(), Arc::new(r.alter(key, modifier))),
[INFO] [stdout]     |                                                                                                      ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `license` in this scope
[INFO] [stdout]  --> src/lib.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![license = "MIT"]
[INFO] [stdout]   |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(macro_rules)]
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![deny(warnings)]
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   = note: `#[deny(stable_features)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> src/list.rs:53:26
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl<'a, T: Send + Sync> Iterator<&'a T> for ListItems<'a, T> {
[INFO] [stdout]    |                          ^^^^^^^^ expected 0 generic arguments
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:189:61
[INFO] [stdout]     |
[INFO] [stdout] 189 |                     Equal   => Map::bin_ref(&key, &Arc::new(modifier(&**valuex)), leftx, rightx),
[INFO] [stdout]     |                                                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:348:62
[INFO] [stdout]     |
[INFO] [stdout] 348 |                     Equal   => Map::bin(kx.clone(), Arc::new(modifier(&**vx)), l.clone(), r.clone())
[INFO] [stdout]     |                                                              ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:364:31
[INFO] [stdout]     |
[INFO] [stdout] 364 |                         match modifier(&**vx) {
[INFO] [stdout]     |                               ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:387:23
[INFO] [stdout]     |
[INFO] [stdout] 387 |                 match modifier(None, None) {
[INFO] [stdout]     |                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:399:31
[INFO] [stdout]     |
[INFO] [stdout] 399 |                         match modifier(Some(&**kx), Some(&**vx)) {
[INFO] [stdout]     |                               ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 23 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0412, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/map.rs:12:15
[INFO] [stdout]    |
[INFO] [stdout] 12 |         size: 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/map.rs:45:26
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn len(&self) -> 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/map.rs:200:15
[INFO] [stdout]     |
[INFO] [stdout] 200 | static RATIO: uint = 2;
[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/map.rs:201:15
[INFO] [stdout]     |
[INFO] [stdout] 201 | static DELTA: uint = 3;
[INFO] [stdout]     |               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `adamantium` (lib test) due to 24 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:346:92
[INFO] [stdout]     |
[INFO] [stdout] 346 |                     Less    => Map::balance(kx.clone(), vx.clone(), Arc::new(l.adjust(key, modifier)), r.clone()),
[INFO] [stdout]     |                                                                                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:347:103
[INFO] [stdout]     |
[INFO] [stdout] 347 |                     Greater => Map::balance(kx.clone(), vx.clone(), l.clone(), Arc::new(r.adjust(key, modifier))),
[INFO] [stdout]     |                                                                                                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:361:92
[INFO] [stdout]     |
[INFO] [stdout] 361 |                     Less    => Map::balance(kx.clone(), vx.clone(), Arc::new(l.update(key, modifier)), r.clone()),
[INFO] [stdout]     |                                                                                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:362:103
[INFO] [stdout]     |
[INFO] [stdout] 362 |                     Greater => Map::balance(kx.clone(), vx.clone(), l.clone(), Arc::new(r.update(key, modifier))),
[INFO] [stdout]     |                                                                                                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:396:91
[INFO] [stdout]     |
[INFO] [stdout] 396 |                     Less    => Map::balance(kx.clone(), vx.clone(), Arc::new(l.alter(key, modifier)), r.clone()),
[INFO] [stdout]     |                                                                                           ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:397:102
[INFO] [stdout]     |
[INFO] [stdout] 397 |                     Greater => Map::balance(kx.clone(), vx.clone(), l.clone(), Arc::new(r.alter(key, modifier))),
[INFO] [stdout]     |                                                                                                      ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(macro_rules)]
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![deny(warnings)]
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   = note: `#[deny(stable_features)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> src/list.rs:53:26
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl<'a, T: Send + Sync> Iterator<&'a T> for ListItems<'a, T> {
[INFO] [stdout]    |                          ^^^^^^^^ expected 0 generic arguments
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:189:61
[INFO] [stdout]     |
[INFO] [stdout] 189 |                     Equal   => Map::bin_ref(&key, &Arc::new(modifier(&**valuex)), leftx, rightx),
[INFO] [stdout]     |                                                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:348:62
[INFO] [stdout]     |
[INFO] [stdout] 348 |                     Equal   => Map::bin(kx.clone(), Arc::new(modifier(&**vx)), l.clone(), r.clone())
[INFO] [stdout]     |                                                              ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:364:31
[INFO] [stdout]     |
[INFO] [stdout] 364 |                         match modifier(&**vx) {
[INFO] [stdout]     |                               ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:387:23
[INFO] [stdout]     |
[INFO] [stdout] 387 |                 match modifier(None, None) {
[INFO] [stdout]     |                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `modifier` in this scope
[INFO] [stdout]    --> src/map.rs:399:31
[INFO] [stdout]     |
[INFO] [stdout] 399 |                         match modifier(Some(&**kx), Some(&**vx)) {
[INFO] [stdout]     |                               ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 23 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0412, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `adamantium` (lib) due to 24 previous errors
[INFO] running `Command { std: "docker" "inspect" "de0e40bf0c655d408dae789207c82019be67ddc9dc42cd4751015824f6ce4124", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de0e40bf0c655d408dae789207c82019be67ddc9dc42cd4751015824f6ce4124", kill_on_drop: false }`
[INFO] [stdout] de0e40bf0c655d408dae789207c82019be67ddc9dc42cd4751015824f6ce4124
