[INFO] updating cached repository https://github.com/asukiaaa/rust_iron_practice [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] 6a46d56c79145a4ccd7562ece0bdbb1d01239841 [INFO] testing asukiaaa/rust_iron_practice against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasukiaaa%2Frust_iron_practice" "work/builds/worker-9/source"` [INFO] [stderr] Cloning into 'work/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/asukiaaa/rust_iron_practice 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/asukiaaa/rust_iron_practice [INFO] finished tweaking git repo https://github.com/asukiaaa/rust_iron_practice [INFO] tweaked toml for git repo https://github.com/asukiaaa/rust_iron_practice written to work/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/asukiaaa/rust_iron_practice 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] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/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] 970456fc336b8cbb83c4752d0d6e08060aa5652077bd5c9c9e4dcb4fe0b09651 [INFO] running `"docker" "start" "-a" "970456fc336b8cbb83c4752d0d6e08060aa5652077bd5c9c9e4dcb4fe0b09651"` [INFO] [stderr] Compiling ucd-trie v0.1.1 [INFO] [stderr] Compiling sequence_trie v0.3.6 [INFO] [stderr] Compiling libsqlite3-sys v0.11.1 [INFO] [stderr] Compiling num_cpus v1.9.0 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling serde_json v1.0.38 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling mime_guess v1.8.6 [INFO] [stderr] Compiling pest v2.1.0 [INFO] [stderr] Compiling buf_redux v0.6.3 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling hyper v0.10.15 [INFO] [stderr] Compiling pest_meta v2.1.0 [INFO] [stderr] Compiling multipart v0.13.6 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling iron v0.6.0 [INFO] [stderr] Compiling persistent v0.4.0 [INFO] [stderr] Compiling mount v0.4.0 [INFO] [stderr] Compiling router v0.6.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling staticfile v0.5.0 [INFO] [stderr] Compiling bodyparser v0.8.0 [INFO] [stderr] Compiling handlebars v1.1.0 [INFO] [stderr] Compiling urlencoded v0.6.0 [INFO] [stderr] Compiling params v0.8.0 [INFO] [stderr] Compiling handlebars-iron v0.27.0 [INFO] [stderr] Compiling rusqlite v0.16.0 [INFO] [stderr] Compiling rust_iron_practice v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/models/user.rs:59:30 [INFO] [stderr] | [INFO] [stderr] 59 | &[&self.name as &ToSql, &self.email as &ToSql, &self.time_created], [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn ToSql` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/models/user.rs:59:53 [INFO] [stderr] | [INFO] [stderr] 59 | &[&self.name as &ToSql, &self.email as &ToSql, &self.time_created], [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn ToSql` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.21s [INFO] running `"docker" "inspect" "970456fc336b8cbb83c4752d0d6e08060aa5652077bd5c9c9e4dcb4fe0b09651"` [INFO] running `"docker" "rm" "-f" "970456fc336b8cbb83c4752d0d6e08060aa5652077bd5c9c9e4dcb4fe0b09651"` [INFO] [stdout] 970456fc336b8cbb83c4752d0d6e08060aa5652077bd5c9c9e4dcb4fe0b09651 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/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] 86d8f78f6785a76e8b217da5f9cc2565d40726a1954204529253b96f0fed2823 [INFO] running `"docker" "start" "-a" "86d8f78f6785a76e8b217da5f9cc2565d40726a1954204529253b96f0fed2823"` [INFO] [stderr] Compiling rust_iron_practice v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/models/user.rs:59:30 [INFO] [stderr] | [INFO] [stderr] 59 | &[&self.name as &ToSql, &self.email as &ToSql, &self.time_created], [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn ToSql` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/models/user.rs:59:53 [INFO] [stderr] | [INFO] [stderr] 59 | &[&self.name as &ToSql, &self.email as &ToSql, &self.time_created], [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn ToSql` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.47s [INFO] running `"docker" "inspect" "86d8f78f6785a76e8b217da5f9cc2565d40726a1954204529253b96f0fed2823"` [INFO] running `"docker" "rm" "-f" "86d8f78f6785a76e8b217da5f9cc2565d40726a1954204529253b96f0fed2823"` [INFO] [stdout] 86d8f78f6785a76e8b217da5f9cc2565d40726a1954204529253b96f0fed2823 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/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] 5bad4cced00d05b2abf87a654f09fae0129200e5006c3d3695914eb99420c6d9 [INFO] running `"docker" "start" "-a" "5bad4cced00d05b2abf87a654f09fae0129200e5006c3d3695914eb99420c6d9"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust_iron_practice-e815ec499474ef1f [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" "5bad4cced00d05b2abf87a654f09fae0129200e5006c3d3695914eb99420c6d9"` [INFO] running `"docker" "rm" "-f" "5bad4cced00d05b2abf87a654f09fae0129200e5006c3d3695914eb99420c6d9"` [INFO] [stdout] 5bad4cced00d05b2abf87a654f09fae0129200e5006c3d3695914eb99420c6d9