[INFO] updating cached repository https://github.com/jgraef/mensa-sb-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a4ea489b6a8dfaada47732cd7ca7ce1407d60378 [INFO] testing jgraef/mensa-sb-rs against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjgraef%2Fmensa-sb-rs" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jgraef/mensa-sb-rs on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jgraef/mensa-sb-rs [INFO] finished tweaking git repo https://github.com/jgraef/mensa-sb-rs [INFO] tweaked toml for git repo https://github.com/jgraef/mensa-sb-rs written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/jgraef/mensa-sb-rs already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 17d4067e2036b8dacb97bb91c06ce97c629d63526d974aaa7bf99c9bf812d90e [INFO] running `"docker" "start" "-a" "17d4067e2036b8dacb97bb91c06ce97c629d63526d974aaa7bf99c9bf812d90e"` [INFO] [stderr] Compiling futures v0.1.24 [INFO] [stderr] Compiling lazycell v1.2.0 [INFO] [stderr] Compiling openssl v0.10.12 [INFO] [stderr] Compiling serde v1.0.79 [INFO] [stderr] Compiling string v0.1.1 [INFO] [stderr] Compiling native-tls v0.2.1 [INFO] [stderr] Compiling unicase v2.1.0 [INFO] [stderr] Compiling encoding_rs v0.8.7 [INFO] [stderr] Compiling openssl-sys v0.9.36 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling uuid v0.7.1 [INFO] [stderr] Compiling http v0.1.13 [INFO] [stderr] Compiling colored v1.6.1 [INFO] [stderr] Compiling syn v0.15.6 [INFO] [stderr] Compiling libflate v0.1.18 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling crossbeam-deque v0.6.1 [INFO] [stderr] Compiling phf_generator v0.7.23 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling phf_codegen v0.7.23 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling mime v0.3.9 [INFO] [stderr] Compiling tokio-io v0.1.9 [INFO] [stderr] Compiling tokio-executor v0.1.5 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tokio-threadpool v0.1.7 [INFO] [stderr] Compiling tokio-timer v0.2.7 [INFO] [stderr] Compiling tokio-current-thread v0.1.3 [INFO] [stderr] Compiling tokio-reactor v0.1.6 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling h2 v0.1.12 [INFO] [stderr] Compiling serde_derive v1.0.79 [INFO] [stderr] Compiling tokio-udp v0.1.2 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-uds v0.2.2 [INFO] [stderr] Compiling tokio-fs v0.1.3 [INFO] [stderr] Compiling tokio v0.1.10 [INFO] [stderr] Compiling hyper v0.12.10 [INFO] [stderr] Compiling serde_urlencoded v0.5.3 [INFO] [stderr] Compiling serde_json v1.0.31 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling hyper-tls v0.3.0 [INFO] [stderr] Compiling reqwest v0.9.2 [INFO] [stderr] Compiling mensa v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: enum is never used: `PriceCategory` [INFO] [stderr] --> src/mensa.rs:187:1 [INFO] [stderr] | [INFO] [stderr] 187 | pub enum PriceCategory { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `for_category` [INFO] [stderr] --> src/mensa.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | pub fn for_category(&self, cat: PriceCategory) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.77s [INFO] running `"docker" "inspect" "17d4067e2036b8dacb97bb91c06ce97c629d63526d974aaa7bf99c9bf812d90e"` [INFO] running `"docker" "rm" "-f" "17d4067e2036b8dacb97bb91c06ce97c629d63526d974aaa7bf99c9bf812d90e"` [INFO] [stdout] 17d4067e2036b8dacb97bb91c06ce97c629d63526d974aaa7bf99c9bf812d90e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 082fc4903541688df495f47ce404ce8f93c1db9cf8f0cf55839e917526d97229 [INFO] running `"docker" "start" "-a" "082fc4903541688df495f47ce404ce8f93c1db9cf8f0cf55839e917526d97229"` [INFO] [stderr] Compiling mensa v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: enum is never used: `PriceCategory` [INFO] [stderr] --> src/mensa.rs:187:1 [INFO] [stderr] | [INFO] [stderr] 187 | pub enum PriceCategory { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `for_category` [INFO] [stderr] --> src/mensa.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | pub fn for_category(&self, cat: PriceCategory) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.35s [INFO] running `"docker" "inspect" "082fc4903541688df495f47ce404ce8f93c1db9cf8f0cf55839e917526d97229"` [INFO] running `"docker" "rm" "-f" "082fc4903541688df495f47ce404ce8f93c1db9cf8f0cf55839e917526d97229"` [INFO] [stdout] 082fc4903541688df495f47ce404ce8f93c1db9cf8f0cf55839e917526d97229 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] f79bf3c6793e66d07dc77a40764cbedcac312f80e00eb94e88092c77e53e5c77 [INFO] running `"docker" "start" "-a" "f79bf3c6793e66d07dc77a40764cbedcac312f80e00eb94e88092c77e53e5c77"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/mensa-cc430db710d9c249 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "f79bf3c6793e66d07dc77a40764cbedcac312f80e00eb94e88092c77e53e5c77"` [INFO] running `"docker" "rm" "-f" "f79bf3c6793e66d07dc77a40764cbedcac312f80e00eb94e88092c77e53e5c77"` [INFO] [stdout] f79bf3c6793e66d07dc77a40764cbedcac312f80e00eb94e88092c77e53e5c77