[INFO] fetching crate stemflow 0.5.3... [INFO] checking stemflow-0.5.3 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-3 [INFO] extracting crate stemflow 0.5.3 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate stemflow 0.5.3 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate stemflow 0.5.3 [INFO] finished tweaking crates.io crate stemflow 0.5.3 [INFO] tweaked toml for crates.io crate stemflow 0.5.3 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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8813e17ba5e02abe5ff7d7837a922ca903625d4e4792851c4fb724d60599f268 [INFO] running `Command { std: "docker" "start" "-a" "8813e17ba5e02abe5ff7d7837a922ca903625d4e4792851c4fb724d60599f268", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8813e17ba5e02abe5ff7d7837a922ca903625d4e4792851c4fb724d60599f268", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8813e17ba5e02abe5ff7d7837a922ca903625d4e4792851c4fb724d60599f268", kill_on_drop: false }` [INFO] [stdout] 8813e17ba5e02abe5ff7d7837a922ca903625d4e4792851c4fb724d60599f268 [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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da112a4c0cee2bab9d8cdfaf8233d731ef86fdec9ea0cd812cea4abfda97da04 [INFO] running `Command { std: "docker" "start" "-a" "da112a4c0cee2bab9d8cdfaf8233d731ef86fdec9ea0cd812cea4abfda97da04", kill_on_drop: false }` [INFO] [stderr] Checking dot v0.1.4 [INFO] [stderr] Checking stemflow v0.5.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `collections` [INFO] [stdout] --> src/lib.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | extern crate collections; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `collections` [INFO] [stdout] --> src/lib.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | extern crate collections; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macro expansion ends with an incomplete expression: expected one of `.`, `;`, `?`, `else`, or an operator [INFO] [stdout] --> src/fs.rs:211:71 [INFO] [stdout] | [INFO] [stdout] 211 | let $name = $pool.new_dom(stringify!($name).to_string(), $acl) [INFO] [stdout] | ^ expected one of `.`, `;`, `?`, `else`, or an operator [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: patterns aren't allowed in functions without bodies [INFO] [stdout] --> src/lib.rs:47:17 [INFO] [stdout] | [INFO] [stdout] 47 | fn uniquify(mut self) -> Self; [INFO] [stdout] | ^^^^^^^^ help: remove `mut` from the parameter: `self` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #35203 [INFO] [stdout] = note: `#[deny(patterns_in_fns_without_body)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `collections_bound` has been stable since 1.17.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | #![feature(collections_bound)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `btree_range` has been stable since 1.17.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | #![feature(btree_range)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `collections` [INFO] [stdout] --> src/lib.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | #![feature(collections)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:245:34 [INFO] [stdout] | [INFO] [stdout] 245 | let range_read: Vec<_> = dom1.acl.range_read().map(|x| x.clone()).collect(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:247:35 [INFO] [stdout] | [INFO] [stdout] 247 | let range_write: Vec<_> = dom1.acl.range_write().map(|x| x.clone()).collect(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:265:20 [INFO] [stdout] | [INFO] [stdout] 265 | assert_eq!(dom1.allow(&dom2_acl), Some(vec!(fa1.clone()))); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:271:20 [INFO] [stdout] | [INFO] [stdout] 271 | assert_eq!(dom2.allow(&dom1_acl), None); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:273:24 [INFO] [stdout] | [INFO] [stdout] 273 | let dom0_raw = dom1.new_intersect(&dom2).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:273:44 [INFO] [stdout] | [INFO] [stdout] 273 | let dom0_raw = dom1.new_intersect(&dom2).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:290:24 [INFO] [stdout] | [INFO] [stdout] 290 | let dom0_raw = dom1.new_intersect(&dom2).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:290:44 [INFO] [stdout] | [INFO] [stdout] 290 | let dom0_raw = dom1.new_intersect(&dom2).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:305:20 [INFO] [stdout] | [INFO] [stdout] 305 | assert_eq!(dom2.allow(&dom1_acl), Some(dom1_acl)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:322:18 [INFO] [stdout] | [INFO] [stdout] 322 | assert!(!dom1.acl.is_allowed(&acl1[0])); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:323:20 [INFO] [stdout] | [INFO] [stdout] 323 | assert_eq!(dom1.allow(&acl1), None); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:333:17 [INFO] [stdout] | [INFO] [stdout] 333 | assert!(dom2.acl.is_allowed(&acl1[0])); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:334:20 [INFO] [stdout] | [INFO] [stdout] 334 | assert_eq!(dom2.allow(&acl1), Some(acl1.clone())); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom3` in this scope [INFO] [stdout] --> src/fs.rs:349:17 [INFO] [stdout] | [INFO] [stdout] 349 | assert!(dom3.acl.is_allowed(&acl2[0])); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom3` in this scope [INFO] [stdout] --> src/fs.rs:351:18 [INFO] [stdout] | [INFO] [stdout] 351 | assert!(!dom3.acl.is_allowed(&acl2[1])); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom3` in this scope [INFO] [stdout] --> src/fs.rs:352:20 [INFO] [stdout] | [INFO] [stdout] 352 | assert_eq!(dom3.allow(&acl2), Some(acl1)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:382:24 [INFO] [stdout] | [INFO] [stdout] 382 | let dom0_raw = dom1.new_intersect(&dom2).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:382:44 [INFO] [stdout] | [INFO] [stdout] 382 | let dom0_raw = dom1.new_intersect(&dom2).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:401:24 [INFO] [stdout] | [INFO] [stdout] 401 | let dom0_raw = dom1.new_intersect(&dom2); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:401:44 [INFO] [stdout] | [INFO] [stdout] 401 | let dom0_raw = dom1.new_intersect(&dom2); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:425:24 [INFO] [stdout] | [INFO] [stdout] 425 | let dom0_raw = dom1.new_intersect(&dom2).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:425:44 [INFO] [stdout] | [INFO] [stdout] 425 | let dom0_raw = dom1.new_intersect(&dom2).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:428:44 [INFO] [stdout] | [INFO] [stdout] 428 | assert_eq!(pool.allow(&want), Some(dom2.clone())); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:431:44 [INFO] [stdout] | [INFO] [stdout] 431 | assert_eq!(pool.allow(&want), Some(dom2.clone())); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:446:44 [INFO] [stdout] | [INFO] [stdout] 446 | assert_eq!(pool.allow(&want), Some(dom2.clone())); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:470:25 [INFO] [stdout] | [INFO] [stdout] 470 | let dom_check = dom1.new_intersect_all(&vec!(&dom2, &dom4)).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:470:55 [INFO] [stdout] | [INFO] [stdout] 470 | let dom_check = dom1.new_intersect_all(&vec!(&dom2, &dom4)).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom4` in this scope [INFO] [stdout] --> src/fs.rs:470:62 [INFO] [stdout] | [INFO] [stdout] 470 | let dom_check = dom1.new_intersect_all(&vec!(&dom2, &dom4)).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:487:24 [INFO] [stdout] | [INFO] [stdout] 487 | let dom0_raw = dom1.new_intersect(&dom2).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:487:44 [INFO] [stdout] | [INFO] [stdout] 487 | let dom0_raw = dom1.new_intersect(&dom2).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:489:21 [INFO] [stdout] | [INFO] [stdout] 489 | assert_eq!(&dom1, &dom0_raw); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:492:44 [INFO] [stdout] | [INFO] [stdout] 492 | assert_eq!(pool.allow(&want), Some(dom1.clone())); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:497:44 [INFO] [stdout] | [INFO] [stdout] 497 | assert_eq!(pool.allow(&want), Some(dom2.clone())); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:498:53 [INFO] [stdout] | [INFO] [stdout] 498 | assert_eq!(pool.allow(&want).unwrap().name, dom2.name); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:516:24 [INFO] [stdout] | [INFO] [stdout] 516 | let dom0_raw = dom1.new_intersect(&dom2).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:516:44 [INFO] [stdout] | [INFO] [stdout] 516 | let dom0_raw = dom1.new_intersect(&dom2).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom3` in this scope [INFO] [stdout] --> src/fs.rs:523:32 [INFO] [stdout] | [INFO] [stdout] 523 | assert_eq!(&dom0_raw, &dom3); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom3` in this scope [INFO] [stdout] --> src/fs.rs:525:36 [INFO] [stdout] | [INFO] [stdout] 525 | let neq = dom0_raw.name != dom3.name; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom3` in this scope [INFO] [stdout] --> src/fs.rs:531:44 [INFO] [stdout] | [INFO] [stdout] 531 | assert_eq!(pool.allow(&want), Some(dom3.clone())); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:577:20 [INFO] [stdout] | [INFO] [stdout] 577 | assert_eq!(dom2.name, "dom1".to_string()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:579:24 [INFO] [stdout] | [INFO] [stdout] 579 | let dom0_raw = dom1.new_intersect(&dom2).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:579:44 [INFO] [stdout] | [INFO] [stdout] 579 | let dom0_raw = dom1.new_intersect(&dom2).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:582:44 [INFO] [stdout] | [INFO] [stdout] 582 | assert_eq!(pool.allow(&want), Some(dom1.clone())); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:583:44 [INFO] [stdout] | [INFO] [stdout] 583 | assert_eq!(pool.allow(&want), Some(dom2.clone())); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:634:25 [INFO] [stdout] | [INFO] [stdout] 634 | let dom_check = dom1.new_intersect_all(&vec!(&dom2, &dom4)).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:634:55 [INFO] [stdout] | [INFO] [stdout] 634 | let dom_check = dom1.new_intersect_all(&vec!(&dom2, &dom4)).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom4` in this scope [INFO] [stdout] --> src/fs.rs:634:62 [INFO] [stdout] | [INFO] [stdout] 634 | let dom_check = dom1.new_intersect_all(&vec!(&dom2, &dom4)).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom4` in this scope [INFO] [stdout] --> src/fs.rs:635:31 [INFO] [stdout] | [INFO] [stdout] 635 | assert_eq!(dom_check, dom4); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:645:35 [INFO] [stdout] | [INFO] [stdout] 645 | assert_eq!(next, Some(dom2.clone())); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:661:25 [INFO] [stdout] | [INFO] [stdout] 661 | let dom_check = dom1.new_intersect_all(&vec!(&dom2)).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:661:55 [INFO] [stdout] | [INFO] [stdout] 661 | let dom_check = dom1.new_intersect_all(&vec!(&dom2)).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom2` in this scope [INFO] [stdout] --> src/fs.rs:669:34 [INFO] [stdout] | [INFO] [stdout] 669 | assert_eq!(current, Some(dom2.clone())); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dom1` in this scope [INFO] [stdout] --> src/fs.rs:676:42 [INFO] [stdout] | [INFO] [stdout] 676 | let current = current.transition(dom1); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: patterns aren't allowed in functions without bodies [INFO] [stdout] --> src/lib.rs:47:17 [INFO] [stdout] | [INFO] [stdout] 47 | fn uniquify(mut self) -> Self; [INFO] [stdout] | ^^^^^^^^ help: remove `mut` from the parameter: `self` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #35203 [INFO] [stdout] = note: `#[deny(patterns_in_fns_without_body)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `collections_bound` has been stable since 1.17.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | #![feature(collections_bound)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `btree_range` has been stable since 1.17.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | #![feature(btree_range)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `collections` [INFO] [stdout] --> src/lib.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | #![feature(collections)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0463, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `stemflow` (lib) due to 4 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused import: `RefDomPriv` [INFO] [stdout] --> src/fs.rs:217:77 [INFO] [stdout] | [INFO] [stdout] 217 | use {Access, Action, RefAccess, Domain, DomainKind, FileAccess, RefDom, RefDomPriv, ResPool, SetAccess}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SetAccess` [INFO] [stdout] --> src/fs.rs:217:98 [INFO] [stdout] | [INFO] [stdout] 217 | use {Access, Action, RefAccess, Domain, DomainKind, FileAccess, RefDom, RefDomPriv, ResPool, SetAccess}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 57 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0463, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `stemflow` (lib test) due to 58 previous errors; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "da112a4c0cee2bab9d8cdfaf8233d731ef86fdec9ea0cd812cea4abfda97da04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da112a4c0cee2bab9d8cdfaf8233d731ef86fdec9ea0cd812cea4abfda97da04", kill_on_drop: false }` [INFO] [stdout] da112a4c0cee2bab9d8cdfaf8233d731ef86fdec9ea0cd812cea4abfda97da04 [INFO] checking stemflow-0.5.3 against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-3 [INFO] extracting crate stemflow 0.5.3 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate stemflow 0.5.3 on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate stemflow 0.5.3 [INFO] finished tweaking crates.io crate stemflow 0.5.3 [INFO] tweaked toml for crates.io crate stemflow 0.5.3 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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b0a06eab4cf0b554c338b9c7de3e6df3dec51f51d742b9df06876d2113e727d [INFO] running `Command { std: "docker" "start" "-a" "0b0a06eab4cf0b554c338b9c7de3e6df3dec51f51d742b9df06876d2113e727d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b0a06eab4cf0b554c338b9c7de3e6df3dec51f51d742b9df06876d2113e727d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b0a06eab4cf0b554c338b9c7de3e6df3dec51f51d742b9df06876d2113e727d", kill_on_drop: false }` [INFO] [stdout] 0b0a06eab4cf0b554c338b9c7de3e6df3dec51f51d742b9df06876d2113e727d [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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f625ad884e6904df37966865e5145a673669c038264661d37f394c99d7eb646b [INFO] running `Command { std: "docker" "start" "-a" "f625ad884e6904df37966865e5145a673669c038264661d37f394c99d7eb646b", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "f625ad884e6904df37966865e5145a673669c038264661d37f394c99d7eb646b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f625ad884e6904df37966865e5145a673669c038264661d37f394c99d7eb646b", kill_on_drop: false }` [INFO] [stdout] f625ad884e6904df37966865e5145a673669c038264661d37f394c99d7eb646b