[INFO] updating cached repository https://github.com/ProgramFOX/lichess-event-stream-watcher [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] f278b41a2ff2c8017e310aad9c2a8b9eb648b3cf [INFO] testing ProgramFOX/lichess-event-stream-watcher 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%2FProgramFOX%2Flichess-event-stream-watcher" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ProgramFOX/lichess-event-stream-watcher 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/ProgramFOX/lichess-event-stream-watcher [INFO] finished tweaking git repo https://github.com/ProgramFOX/lichess-event-stream-watcher [INFO] tweaked toml for git repo https://github.com/ProgramFOX/lichess-event-stream-watcher written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/ProgramFOX/lichess-event-stream-watcher 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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] b1be90c013576ea7198932742ffb9ead5ecc99a9e5e6ff5903234d55978a6625 [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" "b1be90c013576ea7198932742ffb9ead5ecc99a9e5e6ff5903234d55978a6625", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b1be90c013576ea7198932742ffb9ead5ecc99a9e5e6ff5903234d55978a6625", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1be90c013576ea7198932742ffb9ead5ecc99a9e5e6ff5903234d55978a6625", kill_on_drop: false }` [INFO] [stdout] b1be90c013576ea7198932742ffb9ead5ecc99a9e5e6ff5903234d55978a6625 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 2f4028b6dba6195dbb8e692c2075e690152b062bec7487b32f38c5a3181d18e7 [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" "2f4028b6dba6195dbb8e692c2075e690152b062bec7487b32f38c5a3181d18e7", kill_on_drop: false }` [INFO] [stderr] Compiling futures v0.1.23 [INFO] [stderr] Compiling byteorder v1.2.4 [INFO] [stderr] Compiling cc v1.0.18 [INFO] [stderr] Compiling pkg-config v0.3.13 [INFO] [stderr] Compiling openssl v0.10.11 [INFO] [stderr] Compiling proc-macro2 v0.4.12 [INFO] [stderr] Compiling native-tls v0.2.1 [INFO] [stderr] Compiling serde v1.0.71 [INFO] [stderr] Compiling string v0.1.1 [INFO] [stderr] Compiling ryu v0.2.3 [INFO] [stderr] Compiling indexmap v1.0.1 [INFO] [stderr] Compiling regex v1.0.6 [INFO] [stderr] Compiling utf-8 v0.7.4 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling crossbeam-utils v0.3.2 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling regex-syntax v0.6.3 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling url v1.7.1 [INFO] [stderr] Compiling crossbeam-epoch v0.4.3 [INFO] [stderr] Compiling bytes v0.4.9 [INFO] [stderr] Compiling base64 v0.9.2 [INFO] [stderr] Compiling mio v0.6.15 [INFO] [stderr] Compiling digest v0.7.5 [INFO] [stderr] Compiling sha-1 v0.7.0 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling crossbeam-deque v0.3.1 [INFO] [stderr] Compiling http v0.1.10 [INFO] [stderr] Compiling input_buffer v0.2.0 [INFO] [stderr] Compiling quote v0.6.6 [INFO] [stderr] Compiling openssl-sys v0.9.35 [INFO] [stderr] Compiling rlua v0.16.2 [INFO] [stderr] Compiling syn v0.14.8 [INFO] [stderr] Compiling tokio-io v0.1.7 [INFO] [stderr] Compiling tokio-executor v0.1.3 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tokio-threadpool v0.1.5 [INFO] [stderr] Compiling tokio-timer v0.2.5 [INFO] [stderr] Compiling tokio-reactor v0.1.3 [INFO] [stderr] Compiling tokio-codec v0.1.0 [INFO] [stderr] Compiling tokio-udp v0.1.1 [INFO] [stderr] Compiling tokio-tcp v0.1.1 [INFO] [stderr] Compiling tokio-fs v0.1.3 [INFO] [stderr] Compiling tokio v0.1.7 [INFO] [stderr] Compiling h2 v0.1.12 [INFO] [stderr] Compiling tungstenite v0.6.0 [INFO] [stderr] Compiling serde_derive v1.0.71 [INFO] [stderr] Compiling hyper v0.12.8 [INFO] [stderr] Compiling serde_json v1.0.26 [INFO] [stderr] Compiling serde_regex v0.3.1 [INFO] [stderr] Compiling hyper-tls v0.3.0 [INFO] [stderr] Compiling lichess-event-stream v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `conf` [INFO] [stdout] --> src/main.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | mod conf; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `conf`, create file "src/conf.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SLACK_BOT_TOKEN` in module `conf` [INFO] [stdout] --> src/status.rs:49:35 [INFO] [stdout] | [INFO] [stdout] 49 | ... conf::SLACK_BOT_TOKEN, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `conf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SLACK_BOT_USER_ID` in module `conf` [INFO] [stdout] --> src/status.rs:50:35 [INFO] [stdout] | [INFO] [stdout] 50 | ... conf::SLACK_BOT_USER_ID, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `conf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SLACK_CHANNEL` in module `conf` [INFO] [stdout] --> src/status.rs:51:35 [INFO] [stdout] | [INFO] [stdout] 51 | ... conf::SLACK_CHANNEL, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `conf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TOKEN` in module `conf` [INFO] [stdout] --> src/main.rs:40:59 [INFO] [stdout] | [INFO] [stdout] 40 | eventstream::watch_event_stream(tx.clone(), conf::TOKEN, status_tx.clone()); [INFO] [stdout] | ^^^^^ not found in `conf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SLACK_BOT_TOKEN` in module `conf` [INFO] [stdout] --> src/main.rs:43:19 [INFO] [stdout] | [INFO] [stdout] 43 | conf::SLACK_BOT_TOKEN, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `conf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SLACK_BOT_USER_ID` in module `conf` [INFO] [stdout] --> src/main.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | conf::SLACK_BOT_USER_ID, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `conf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SLACK_CHANNEL` in module `conf` [INFO] [stdout] --> src/main.rs:45:19 [INFO] [stdout] | [INFO] [stdout] 45 | conf::SLACK_CHANNEL, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `conf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TOKEN` in module `conf` [INFO] [stdout] --> src/main.rs:50:58 [INFO] [stdout] | [INFO] [stdout] 50 | status::status_loop(status_rx, tx.clone(), conf::TOKEN, status_tx.clone()); [INFO] [stdout] | ^^^^^ not found in `conf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TOKEN` in module `conf` [INFO] [stdout] --> src/main.rs:55:19 [INFO] [stdout] | [INFO] [stdout] 55 | conf::TOKEN, [INFO] [stdout] | ^^^^^ not found in `conf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RULES_PATH` in module `conf` [INFO] [stdout] --> src/main.rs:56:19 [INFO] [stdout] | [INFO] [stdout] 56 | conf::RULES_PATH, [INFO] [stdout] | ^^^^^^^^^^ not found in `conf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SLACK_BOT_TOKEN` in module `conf` [INFO] [stdout] --> src/main.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | conf::SLACK_BOT_TOKEN, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `conf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SLACK_CHANNEL` in module `conf` [INFO] [stdout] --> src/main.rs:58:19 [INFO] [stdout] | [INFO] [stdout] 58 | conf::SLACK_CHANNEL, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `conf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SLACK_NOTIFY_CHANNEL` in module `conf` [INFO] [stdout] --> src/main.rs:59:19 [INFO] [stdout] | [INFO] [stdout] 59 | conf::SLACK_NOTIFY_CHANNEL, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in `conf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(try_trait)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0554, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lichess-event-stream`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "2f4028b6dba6195dbb8e692c2075e690152b062bec7487b32f38c5a3181d18e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f4028b6dba6195dbb8e692c2075e690152b062bec7487b32f38c5a3181d18e7", kill_on_drop: false }` [INFO] [stdout] 2f4028b6dba6195dbb8e692c2075e690152b062bec7487b32f38c5a3181d18e7