[INFO] updating cached repository https://github.com/FIL1994/tower-web-app [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] 436948da9a3977b22102907faa8a71f2154fc924 [INFO] testing FIL1994/tower-web-app against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FFIL1994%2Ftower-web-app" "work/builds/worker-8/source"` [INFO] [stderr] Cloning into 'work/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/FIL1994/tower-web-app on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/FIL1994/tower-web-app [INFO] finished tweaking git repo https://github.com/FIL1994/tower-web-app [INFO] tweaked toml for git repo https://github.com/FIL1994/tower-web-app written to work/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/FIL1994/tower-web-app already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 6edbb6e8e66f5083e1ecc7dc098d42d33fe0c828f342b3c57484a9a17a99b5a3 [INFO] running `"docker" "start" "-a" "6edbb6e8e66f5083e1ecc7dc098d42d33fe0c828f342b3c57484a9a17a99b5a3"` [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.1 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling atoi v0.2.3 [INFO] [stderr] Compiling checked v0.5.0 [INFO] [stderr] Compiling serde_plain v0.3.0 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling block-buffer v0.7.0 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling http v0.1.16 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling headers-derive v0.1.0 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling tokio-threadpool v0.1.12 [INFO] [stderr] Compiling handlebars v1.0.5 [INFO] [stderr] Compiling backtrace v0.3.14 [INFO] [stderr] Compiling sha-1 v0.8.1 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling proc-macro-hack v0.4.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling flate2 v1.0.7 [INFO] [stderr] Compiling mime_guess v1.8.6 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling headers-core v0.1.0 [INFO] [stderr] Compiling h2 v0.1.17 [INFO] [stderr] Compiling headers v0.2.1 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling dotenv v0.13.0 [INFO] [stderr] Compiling tower-web-macros v0.3.4 [INFO] [stderr] Compiling tokio v0.1.17 [INFO] [stderr] Compiling diesel v1.4.1 [INFO] [stderr] Compiling hyper v0.12.25 [INFO] [stderr] Compiling tower-web v0.3.6 [INFO] [stderr] Compiling tower-web-app v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: suffixes on a tuple index are invalid [INFO] [stderr] --> src/main.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / impl_web! { [INFO] [stderr] 40 | | impl HelloWorld { [INFO] [stderr] 41 | | #[get("/")] [INFO] [stderr] 42 | | fn hello_world(&self) -> Result { [INFO] [stderr] ... | [INFO] [stderr] 116 | | } [INFO] [stderr] 117 | | } [INFO] [stderr] | |_^ invalid suffix `usize` [INFO] [stderr] | [INFO] [stderr] = note: `usize` is *temporarily* accepted on tuple index fields as it was incorrectly accepted on stable for a few releases [INFO] [stderr] = help: on proc macros, you'll want to use `syn::Index::from` or `proc_macro::Literal::*_unsuffixed` for code that will desugar to tuple field access [INFO] [stderr] = note: for more context, see https://github.com/rust-lang/rust/issues/60210 [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 21s [INFO] running `"docker" "inspect" "6edbb6e8e66f5083e1ecc7dc098d42d33fe0c828f342b3c57484a9a17a99b5a3"` [INFO] running `"docker" "rm" "-f" "6edbb6e8e66f5083e1ecc7dc098d42d33fe0c828f342b3c57484a9a17a99b5a3"` [INFO] [stdout] 6edbb6e8e66f5083e1ecc7dc098d42d33fe0c828f342b3c57484a9a17a99b5a3 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] f1d69469a86e0c99aadade3bcbea1173cc5703a28c65ef6bb6f5336b59c793e6 [INFO] running `"docker" "start" "-a" "f1d69469a86e0c99aadade3bcbea1173cc5703a28c65ef6bb6f5336b59c793e6"` [INFO] [stderr] Compiling tower-web-app v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: suffixes on a tuple index are invalid [INFO] [stderr] --> src/main.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / impl_web! { [INFO] [stderr] 40 | | impl HelloWorld { [INFO] [stderr] 41 | | #[get("/")] [INFO] [stderr] 42 | | fn hello_world(&self) -> Result { [INFO] [stderr] ... | [INFO] [stderr] 116 | | } [INFO] [stderr] 117 | | } [INFO] [stderr] | |_^ invalid suffix `usize` [INFO] [stderr] | [INFO] [stderr] = note: `usize` is *temporarily* accepted on tuple index fields as it was incorrectly accepted on stable for a few releases [INFO] [stderr] = help: on proc macros, you'll want to use `syn::Index::from` or `proc_macro::Literal::*_unsuffixed` for code that will desugar to tuple field access [INFO] [stderr] = note: for more context, see https://github.com/rust-lang/rust/issues/60210 [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.74s [INFO] running `"docker" "inspect" "f1d69469a86e0c99aadade3bcbea1173cc5703a28c65ef6bb6f5336b59c793e6"` [INFO] running `"docker" "rm" "-f" "f1d69469a86e0c99aadade3bcbea1173cc5703a28c65ef6bb6f5336b59c793e6"` [INFO] [stdout] f1d69469a86e0c99aadade3bcbea1173cc5703a28c65ef6bb6f5336b59c793e6 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 8ec6bceb05d5f0c9e427ca9be0bc77e843cf813fb2c0d243262904673d8171be [INFO] running `"docker" "start" "-a" "8ec6bceb05d5f0c9e427ca9be0bc77e843cf813fb2c0d243262904673d8171be"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tower_web_app-3b1301aaf9ae5e83 [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" "8ec6bceb05d5f0c9e427ca9be0bc77e843cf813fb2c0d243262904673d8171be"` [INFO] running `"docker" "rm" "-f" "8ec6bceb05d5f0c9e427ca9be0bc77e843cf813fb2c0d243262904673d8171be"` [INFO] [stdout] 8ec6bceb05d5f0c9e427ca9be0bc77e843cf813fb2c0d243262904673d8171be