[INFO] cloning repository https://github.com/Milesq/mail_scraper [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Milesq/mail_scraper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMilesq%2Fmail_scraper", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMilesq%2Fmail_scraper'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 611aaa5f66b97c728ea74c2cf2674c1a85e70738 [INFO] testing Milesq/mail_scraper against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMilesq%2Fmail_scraper" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Milesq/mail_scraper on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Milesq/mail_scraper [INFO] finished tweaking git repo https://github.com/Milesq/mail_scraper [INFO] tweaked toml for git repo https://github.com/Milesq/mail_scraper written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/Milesq/mail_scraper already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/Milesq/web_server` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wasm-bindgen-backend v0.2.63 [INFO] [stderr] Downloaded wasm-bindgen-macro v0.2.63 [INFO] [stderr] Downloaded js-sys v0.3.40 [INFO] [stderr] Downloaded wasm-bindgen v0.2.63 [INFO] [stderr] Downloaded sluice v0.5.2 [INFO] [stderr] Downloaded vcpkg v0.2.9 [INFO] [stderr] Downloaded pin-project v0.4.20 [INFO] [stderr] Downloaded tracing-core v0.1.10 [INFO] [stderr] Downloaded tracing v0.1.15 [INFO] [stderr] Downloaded pin-project-internal v0.4.20 [INFO] [stderr] Downloaded ordered-multimap v0.2.4 [INFO] [stderr] Downloaded tracing-attributes v0.1.8 [INFO] [stderr] Downloaded wasm-bindgen-macro-support v0.2.63 [INFO] [stderr] Downloaded wasm-bindgen-shared v0.2.63 [INFO] [stderr] Downloaded curl v0.4.29 [INFO] [stderr] Downloaded rust-ini v0.15.2 [INFO] [stderr] Downloaded libnghttp2-sys v0.1.4+1.41.0 [INFO] [stderr] Downloaded curl-sys v0.4.31+curl-7.70.0 [INFO] [stderr] Downloaded isahc v0.9.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb21076f44d653e80512117477a7c4109fa64e24336cb9dbe833e8afac27e164 [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" "cb21076f44d653e80512117477a7c4109fa64e24336cb9dbe833e8afac27e164", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb21076f44d653e80512117477a7c4109fa64e24336cb9dbe833e8afac27e164", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb21076f44d653e80512117477a7c4109fa64e24336cb9dbe833e8afac27e164", kill_on_drop: false }` [INFO] [stdout] cb21076f44d653e80512117477a7c4109fa64e24336cb9dbe833e8afac27e164 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f50554f7d58328ff9ffadf3765ae07917a79bbd736bf8a86aa7f8094f37362b2 [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" "f50554f7d58328ff9ffadf3765ae07917a79bbd736bf8a86aa7f8094f37362b2", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling curl v0.4.29 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling isahc v0.9.3 [INFO] [stderr] Compiling ahash v0.3.8 [INFO] [stderr] Compiling urlencoding v1.0.0 [INFO] [stderr] Compiling parse_mail v0.1.0 (/opt/rustwide/workdir/parse-mail) [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling libnghttp2-sys v0.1.4+1.41.0 [INFO] [stderr] Compiling curl-sys v0.4.31+curl-7.70.0 [INFO] [stderr] Compiling tracing-core v0.1.10 [INFO] [stderr] Compiling hashbrown v0.7.2 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling dlv-list v0.2.2 [INFO] [stderr] Compiling ordered-multimap v0.2.4 [INFO] [stderr] Compiling rust-ini v0.15.2 [INFO] [stderr] Compiling pin-project-internal v0.4.20 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling tracing-attributes v0.1.8 [INFO] [stderr] Compiling tracing v0.1.15 [INFO] [stderr] Compiling pin-project v0.4.20 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling sluice v0.5.2 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling include-url v0.1.0 (https://github.com/Milesq/web_server#6aa8ae13) [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling tinytemplate v1.1.0 [INFO] [stderr] Compiling web_server v0.4.2 (https://github.com/Milesq/web_server#6aa8ae13) [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/web_server-8c1a1c4eab977f17/6aa8ae1/src/response/match_content_type.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | include_raw_url!("https://raw.githubusercontent.com/abonander/mime_guess/8c7794d128c421d373db984c6fd22b91d129aed1/src/mime_types.rs"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: message: called `Result::unwrap()` on an `Err` value: CouldntResolveHost [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MIME_TYPES` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/web_server-8c1a1c4eab977f17/6aa8ae1/src/response/match_content_type.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | MIME_TYPES [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [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 E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `web_server` due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "f50554f7d58328ff9ffadf3765ae07917a79bbd736bf8a86aa7f8094f37362b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f50554f7d58328ff9ffadf3765ae07917a79bbd736bf8a86aa7f8094f37362b2", kill_on_drop: false }` [INFO] [stdout] f50554f7d58328ff9ffadf3765ae07917a79bbd736bf8a86aa7f8094f37362b2