[INFO] cloning repository https://github.com/Lancern/OpenBook [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Lancern/OpenBook" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLancern%2FOpenBook", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLancern%2FOpenBook'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c904b432acce0d34f799cde646d88aa77ec2bc2f [INFO] checking Lancern/OpenBook/c904b432acce0d34f799cde646d88aa77ec2bc2f against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLancern%2FOpenBook" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Lancern/OpenBook on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Lancern/OpenBook [INFO] finished tweaking git repo https://github.com/Lancern/OpenBook [INFO] tweaked toml for git repo https://github.com/Lancern/OpenBook written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Lancern/OpenBook already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b174cb7afdb61176ffc7e92678f528aa54b3080b05c7a1bfd44e2c671c20c8f [INFO] running `Command { std: "docker" "start" "-a" "0b174cb7afdb61176ffc7e92678f528aa54b3080b05c7a1bfd44e2c671c20c8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b174cb7afdb61176ffc7e92678f528aa54b3080b05c7a1bfd44e2c671c20c8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b174cb7afdb61176ffc7e92678f528aa54b3080b05c7a1bfd44e2c671c20c8f", kill_on_drop: false }` [INFO] [stdout] 0b174cb7afdb61176ffc7e92678f528aa54b3080b05c7a1bfd44e2c671c20c8f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 470b24c3377aac477c993694a751e78b1efb6f095e4730fdf8a47d585ccb6ce5 [INFO] running `Command { std: "docker" "start" "-a" "470b24c3377aac477c993694a751e78b1efb6f095e4730fdf8a47d585ccb6ce5", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.92 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking filetime v0.2.14 [INFO] [stderr] Checking inotify v0.7.1 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking notify v4.0.15 [INFO] [stderr] Checking openbook v0.1.0 (/opt/rustwide/workdir/openbook) [INFO] [stdout] error[E0425]: cannot find value `event` in this scope [INFO] [stdout] --> openbook/src/fs/local.rs:81:11 [INFO] [stdout] | [INFO] [stdout] 81 | match event { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `event` in this scope [INFO] [stdout] --> openbook/src/fs/local.rs:81:11 [INFO] [stdout] | [INFO] [stdout] 81 | match event { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Arc` [INFO] [stdout] --> openbook/src/fs/local.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use std::sync::{Arc, Mutex}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Arc` [INFO] [stdout] --> openbook/src/fs/local.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use std::sync::{Arc, Mutex}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `dyn FileSystemEventSink` cannot be sent between threads safely [INFO] [stdout] --> openbook/src/fs/local.rs:102:28 [INFO] [stdout] | [INFO] [stdout] 102 | std::thread::spawn(move || { [INFO] [stdout] | _________------------------_^ [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound introduced by this call [INFO] [stdout] 103 | | loop { [INFO] [stdout] 104 | | let event = match raw_events_recv.recv() { [INFO] [stdout] 105 | | Ok(e) => e, [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | }); [INFO] [stdout] | |_________^ `dyn FileSystemEventSink` cannot be sent between threads safely [INFO] [stdout] | [INFO] [stdout] = help: the trait `Send` is not implemented for `dyn FileSystemEventSink`, which is required by `{closure@openbook/src/fs/local.rs:102:28: 102:35}: Send` [INFO] [stdout] = note: required for `Unique` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/boxed.rs:233:12 [INFO] [stdout] note: required because it's used within this closure [INFO] [stdout] --> openbook/src/fs/local.rs:102:28 [INFO] [stdout] | [INFO] [stdout] 102 | std::thread::spawn(move || { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: required by a bound in `spawn` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/std/src/thread/mod.rs:672:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `dyn FileSystemEventSink` cannot be sent between threads safely [INFO] [stdout] --> openbook/src/fs/local.rs:102:28 [INFO] [stdout] | [INFO] [stdout] 102 | std::thread::spawn(move || { [INFO] [stdout] | _________------------------_^ [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound introduced by this call [INFO] [stdout] 103 | | loop { [INFO] [stdout] 104 | | let event = match raw_events_recv.recv() { [INFO] [stdout] 105 | | Ok(e) => e, [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | }); [INFO] [stdout] | |_________^ `dyn FileSystemEventSink` cannot be sent between threads safely [INFO] [stdout] | [INFO] [stdout] = help: the trait `Send` is not implemented for `dyn FileSystemEventSink`, which is required by `{closure@openbook/src/fs/local.rs:102:28: 102:35}: Send` [INFO] [stdout] = note: required for `Unique` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/boxed.rs:233:12 [INFO] [stdout] note: required because it's used within this closure [INFO] [stdout] --> openbook/src/fs/local.rs:102:28 [INFO] [stdout] | [INFO] [stdout] 102 | std::thread::spawn(move || { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: required by a bound in `spawn` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/std/src/thread/mod.rs:672:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> openbook/src/error.rs:26:21 [INFO] [stdout] | [INFO] [stdout] 26 | Self::Inner(Box::new(inner)) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `E` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `E` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 25 | pub fn from_inner(inner: E) -> Self { [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> openbook/src/error.rs:26:21 [INFO] [stdout] | [INFO] [stdout] 26 | Self::Inner(Box::new(inner)) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `E` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `E` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 25 | pub fn from_inner(inner: E) -> Self { [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0310, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0310, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `openbook` (lib test) due to 4 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `openbook` (lib) due to 4 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "470b24c3377aac477c993694a751e78b1efb6f095e4730fdf8a47d585ccb6ce5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "470b24c3377aac477c993694a751e78b1efb6f095e4730fdf8a47d585ccb6ce5", kill_on_drop: false }` [INFO] [stdout] 470b24c3377aac477c993694a751e78b1efb6f095e4730fdf8a47d585ccb6ce5