[INFO] cloning repository https://github.com/nikita-skobov/abstract-pipeline-runner [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nikita-skobov/abstract-pipeline-runner" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikita-skobov%2Fabstract-pipeline-runner", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikita-skobov%2Fabstract-pipeline-runner'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ef95163cbd08ddb0469eb91ac5fced8129523998 [INFO] checking nikita-skobov/abstract-pipeline-runner against try#f6d7c613ae2d161ff37dbc63cc5abd809c878597 for pr-83850 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikita-skobov%2Fabstract-pipeline-runner" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nikita-skobov/abstract-pipeline-runner on toolchain f6d7c613ae2d161ff37dbc63cc5abd809c878597 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6d7c613ae2d161ff37dbc63cc5abd809c878597" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nikita-skobov/abstract-pipeline-runner [INFO] finished tweaking git repo https://github.com/nikita-skobov/abstract-pipeline-runner [INFO] tweaked toml for git repo https://github.com/nikita-skobov/abstract-pipeline-runner written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/nikita-skobov/abstract-pipeline-runner already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6d7c613ae2d161ff37dbc63cc5abd809c878597" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+f6d7c613ae2d161ff37dbc63cc5abd809c878597" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 33307d14628fecd5e89bd48194967f276551ba552f175a13e54ba38c62d86337 [INFO] running `Command { std: "docker" "start" "-a" "33307d14628fecd5e89bd48194967f276551ba552f175a13e54ba38c62d86337", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "33307d14628fecd5e89bd48194967f276551ba552f175a13e54ba38c62d86337", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33307d14628fecd5e89bd48194967f276551ba552f175a13e54ba38c62d86337", kill_on_drop: false }` [INFO] [stdout] 33307d14628fecd5e89bd48194967f276551ba552f175a13e54ba38c62d86337 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+f6d7c613ae2d161ff37dbc63cc5abd809c878597" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e98f74418cba448f54d21c512280c5c74813c00afb3e3cba8b9582f344810f54 [INFO] running `Command { std: "docker" "start" "-a" "e98f74418cba448f54d21c512280c5c74813c00afb3e3cba8b9582f344810f54", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.1 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking abstract_pipeline_runner v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:193:39 [INFO] [stdout] | [INFO] [stdout] 193 | let (status, c) = run_node(n, &Some(mut_global_context), &mut None); [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&Option<&GlobalContext<'_, T, U>>` [INFO] [stdout] found reference `&Option<&mut GlobalContext<'_, T, U>>` [INFO] [stdout] note: function defined here [INFO] [stdout] --> src/lib.rs:363:8 [INFO] [stdout] | [INFO] [stdout] 363 | pub fn run_node<'a, T: Send + Sync + Clone, U: Task + Clone>( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 364 | node: &Node<'a, T, U>, [INFO] [stdout] | --------------------- [INFO] [stdout] 365 | global_context: &Option<&'a GlobalContext>, [INFO] [stdout] | ------------------------------------------------ [INFO] [stdout] 366 | mut_global_context: &mut Option<&'a mut GlobalContext>, [INFO] [stdout] | ------------------------------------------------------------ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `abstract_pipeline_runner` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:193:39 [INFO] [stdout] | [INFO] [stdout] 193 | let (status, c) = run_node(n, &Some(mut_global_context), &mut None); [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&Option<&GlobalContext<'_, T, U>>` [INFO] [stdout] found reference `&Option<&mut GlobalContext<'_, T, U>>` [INFO] [stdout] note: function defined here [INFO] [stdout] --> src/lib.rs:363:8 [INFO] [stdout] | [INFO] [stdout] 363 | pub fn run_node<'a, T: Send + Sync + Clone, U: Task + Clone>( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 364 | node: &Node<'a, T, U>, [INFO] [stdout] | --------------------- [INFO] [stdout] 365 | global_context: &Option<&'a GlobalContext>, [INFO] [stdout] | ------------------------------------------------ [INFO] [stdout] 366 | mut_global_context: &mut Option<&'a mut GlobalContext>, [INFO] [stdout] | ------------------------------------------------------------ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `abstract_pipeline_runner` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "e98f74418cba448f54d21c512280c5c74813c00afb3e3cba8b9582f344810f54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e98f74418cba448f54d21c512280c5c74813c00afb3e3cba8b9582f344810f54", kill_on_drop: false }` [INFO] [stdout] e98f74418cba448f54d21c512280c5c74813c00afb3e3cba8b9582f344810f54