[INFO] updating cached repository https://github.com/Technius/matrops [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0fca0a917404b9118c5cce6b565d680b4cbd8239 [INFO] testing Technius/matrops against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTechnius%2Fmatrops" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Technius/matrops on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Technius/matrops [INFO] finished tweaking git repo https://github.com/Technius/matrops [INFO] tweaked toml for git repo https://github.com/Technius/matrops written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Technius/matrops already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 630587c5c39eef28d5c56319fa8f9327afcfebf2f7ec025ba08c761a80b4f815 [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" "630587c5c39eef28d5c56319fa8f9327afcfebf2f7ec025ba08c761a80b4f815", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "630587c5c39eef28d5c56319fa8f9327afcfebf2f7ec025ba08c761a80b4f815", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "630587c5c39eef28d5c56319fa8f9327afcfebf2f7ec025ba08c761a80b4f815", kill_on_drop: false }` [INFO] [stdout] 630587c5c39eef28d5c56319fa8f9327afcfebf2f7ec025ba08c761a80b4f815 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a2b28d960ccba0e544dc629f28639346ac723f8e5b234c048ae33d4e1ac889d8 [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" "a2b28d960ccba0e544dc629f28639346ac723f8e5b234c048ae33d4e1ac889d8", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.21 [INFO] [stderr] Compiling odds v0.2.25 [INFO] [stderr] Compiling rand v0.3.18 [INFO] [stderr] Compiling num-complex v0.1.40 [INFO] [stderr] Compiling ncurses v5.86.0 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling num-rational v0.1.40 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling toml v0.4.5 [INFO] [stderr] Compiling cursive v0.7.4 [INFO] [stderr] Compiling matrixops v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/bin/main.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | / s.call_on_id("matrix_view", |view: &mut MatrixView>| { [INFO] [stdout] 93 | | // FIXME: error dialog [INFO] [stdout] 94 | | let _ = view.apply_command(Command::ScaleRow { [INFO] [stdout] 95 | | coeff: coeff, [INFO] [stdout] 96 | | row: row [INFO] [stdout] 97 | | }); [INFO] [stdout] 98 | | }); [INFO] [stdout] | | ^- help: consider using a semicolon here [INFO] [stdout] | |__________| [INFO] [stdout] | expected `()`, found enum `std::option::Option` [INFO] [stdout] | [INFO] [stdout] = note: expected unit type `()` [INFO] [stdout] found enum `std::option::Option<()>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/bin/main.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | / s.call_on_id("matrix_view", |view: &mut MatrixView>| { [INFO] [stdout] 107 | | // FIXME: error dialog [INFO] [stdout] 108 | | let _ = view.apply_command(Command::SwapRow { [INFO] [stdout] 109 | | row1: row1, [INFO] [stdout] 110 | | row2: row2 [INFO] [stdout] 111 | | }); [INFO] [stdout] 112 | | }); [INFO] [stdout] | | ^- help: consider using a semicolon here [INFO] [stdout] | |__________| [INFO] [stdout] | expected `()`, found enum `std::option::Option` [INFO] [stdout] | [INFO] [stdout] = note: expected unit type `()` [INFO] [stdout] found enum `std::option::Option<()>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/bin/main.rs:121:9 [INFO] [stdout] | [INFO] [stdout] 121 | / s.call_on_id("matrix_view", |view: &mut MatrixView>| { [INFO] [stdout] 122 | | let _ = view.apply_command(Command::EditCell { [INFO] [stdout] 123 | | row, [INFO] [stdout] 124 | | col, [INFO] [stdout] 125 | | value: v [INFO] [stdout] 126 | | }); [INFO] [stdout] 127 | | }); [INFO] [stdout] | | ^- help: consider using a semicolon here [INFO] [stdout] | |__________| [INFO] [stdout] | expected `()`, found enum `std::option::Option` [INFO] [stdout] | [INFO] [stdout] = note: expected unit type `()` [INFO] [stdout] found enum `std::option::Option<()>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/bin/main.rs:192:9 [INFO] [stdout] | [INFO] [stdout] 192 | / s.call_on_id("matrix_view", |view: &mut MatrixView>| { [INFO] [stdout] 193 | | // FIXME: error dialog [INFO] [stdout] 194 | | let _ = view.apply_command(Command::AddRow { [INFO] [stdout] 195 | | src: src, [INFO] [stdout] ... | [INFO] [stdout] 198 | | }); [INFO] [stdout] 199 | | }); [INFO] [stdout] | | ^- help: consider using a semicolon here [INFO] [stdout] | |__________| [INFO] [stdout] | expected `()`, found enum `std::option::Option` [INFO] [stdout] | [INFO] [stdout] = note: expected unit type `()` [INFO] [stdout] found enum `std::option::Option<()>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `matrixops`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "a2b28d960ccba0e544dc629f28639346ac723f8e5b234c048ae33d4e1ac889d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2b28d960ccba0e544dc629f28639346ac723f8e5b234c048ae33d4e1ac889d8", kill_on_drop: false }` [INFO] [stdout] a2b28d960ccba0e544dc629f28639346ac723f8e5b234c048ae33d4e1ac889d8