[INFO] cloning repository https://github.com/moschopsuk/ndi-router [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/moschopsuk/ndi-router" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoschopsuk%2Fndi-router", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoschopsuk%2Fndi-router'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] acb981538bc4802a50ec5adaca311bb27110a172 [INFO] checking moschopsuk/ndi-router against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoschopsuk%2Fndi-router" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/moschopsuk/ndi-router on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/moschopsuk/ndi-router [INFO] finished tweaking git repo https://github.com/moschopsuk/ndi-router [INFO] tweaked toml for git repo https://github.com/moschopsuk/ndi-router written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/moschopsuk/ndi-router already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] add88d2011a868707cd82a08f5a7113cefa2590a93c1148064fcadf581b72db5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "add88d2011a868707cd82a08f5a7113cefa2590a93c1148064fcadf581b72db5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "add88d2011a868707cd82a08f5a7113cefa2590a93c1148064fcadf581b72db5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "add88d2011a868707cd82a08f5a7113cefa2590a93c1148064fcadf581b72db5", kill_on_drop: false }` [INFO] [stdout] add88d2011a868707cd82a08f5a7113cefa2590a93c1148064fcadf581b72db5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 09f0ed63cabdd64bafb54e8d127a4474ed039db409eac81d32e68526f7939099 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "09f0ed63cabdd64bafb54e8d127a4474ed039db409eac81d32e68526f7939099", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling ndi-router v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking futures-channel v0.3.1 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking num-integer v0.1.42 [INFO] [stderr] Checking serde-value v0.5.3 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking tokio v0.2.6 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking log4rs v0.9.0 [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/videohub.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | std::mem::replace(&mut self.input_lables[index], label); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/videohub.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | std::mem::replace(&mut self.input_lables[index], label); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.23s [INFO] running `Command { std: "docker" "inspect" "09f0ed63cabdd64bafb54e8d127a4474ed039db409eac81d32e68526f7939099", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09f0ed63cabdd64bafb54e8d127a4474ed039db409eac81d32e68526f7939099", kill_on_drop: false }` [INFO] [stdout] 09f0ed63cabdd64bafb54e8d127a4474ed039db409eac81d32e68526f7939099