[INFO] updating cached repository https://github.com/mrterry/lunchr [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] 989fd3b0499e2601d61507bed0d5138f8031af81 [INFO] testing mrterry/lunchr 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%2Fmrterry%2Flunchr" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mrterry/lunchr 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/mrterry/lunchr [INFO] finished tweaking git repo https://github.com/mrterry/lunchr [INFO] tweaked toml for git repo https://github.com/mrterry/lunchr written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/mrterry/lunchr 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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d8cf56bc33156f76eef3d85618a647e0b9e93e07e9dceb2699dfe5f0c802317a [INFO] running `Command { std: "docker" "start" "-a" "d8cf56bc33156f76eef3d85618a647e0b9e93e07e9dceb2699dfe5f0c802317a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d8cf56bc33156f76eef3d85618a647e0b9e93e07e9dceb2699dfe5f0c802317a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8cf56bc33156f76eef3d85618a647e0b9e93e07e9dceb2699dfe5f0c802317a", kill_on_drop: false }` [INFO] [stdout] d8cf56bc33156f76eef3d85618a647e0b9e93e07e9dceb2699dfe5f0c802317a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 408297fd8afede082b826dac96336d4db077b46ee5b2b126627aeb0bd30cd5c3 [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" "408297fd8afede082b826dac96336d4db077b46ee5b2b126627aeb0bd30cd5c3", kill_on_drop: false }` [INFO] [stderr] Compiling lunchr v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: expected one of `:`, `;`, `=`, `@`, or `|`, found `.` [INFO] [stdout] --> src/main.rs:96:18 [INFO] [stdout] | [INFO] [stdout] 96 | let table_seq.one_pass() [INFO] [stdout] | ^ expected one of `:`, `;`, `=`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found enum `TableAction` [INFO] [stdout] --> src/main.rs:94:27 [INFO] [stdout] | [INFO] [stdout] 94 | let mut best_action = TableAction.Stay; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: try using one of the enum's variants [INFO] [stdout] | [INFO] [stdout] 94 | let mut best_action = TableAction::Join.Stay; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 94 | let mut best_action = TableAction::Replace.Stay; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 94 | let mut best_action = TableAction::Stay.Stay; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0423`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lunchr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "408297fd8afede082b826dac96336d4db077b46ee5b2b126627aeb0bd30cd5c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "408297fd8afede082b826dac96336d4db077b46ee5b2b126627aeb0bd30cd5c3", kill_on_drop: false }` [INFO] [stdout] 408297fd8afede082b826dac96336d4db077b46ee5b2b126627aeb0bd30cd5c3