[INFO] updating cached repository https://github.com/zentetsukenz/talenteer [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] d51e7ce737f96ba2f1a526f49539a7612eca2747 [INFO] testing zentetsukenz/talenteer against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzentetsukenz%2Ftalenteer" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zentetsukenz/talenteer 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/zentetsukenz/talenteer [INFO] finished tweaking git repo https://github.com/zentetsukenz/talenteer [INFO] tweaked toml for git repo https://github.com/zentetsukenz/talenteer written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/zentetsukenz/talenteer 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-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] a826b038f696bef0cdb53f4a6f30fcfeec050552651f37efffab2fa672de2258 [INFO] running `"docker" "start" "-a" "a826b038f696bef0cdb53f4a6f30fcfeec050552651f37efffab2fa672de2258"` [INFO] [stderr] Compiling libc v0.2.23 [INFO] [stderr] Compiling byteorder v1.0.0 [INFO] [stderr] Compiling version_check v0.1.2 [INFO] [stderr] Compiling unicode-normalization v0.1.4 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling httparse v1.2.3 [INFO] [stderr] Compiling pq-sys v0.4.3 [INFO] [stderr] Compiling num-traits v0.1.39 [INFO] [stderr] Compiling serde v1.0.8 [INFO] [stderr] Compiling route-recognizer v0.1.12 [INFO] [stderr] Compiling unicode-bidi v0.3.3 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling num_cpus v1.5.1 [INFO] [stderr] Compiling time v0.1.37 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling base64 v0.5.2 [INFO] [stderr] Compiling idna v0.1.2 [INFO] [stderr] Compiling plugin v0.2.6 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling diesel v0.13.0 [INFO] [stderr] Compiling serde_derive_internals v0.15.1 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling url v1.4.1 [INFO] [stderr] Compiling serde_derive v1.0.8 [INFO] [stderr] Compiling conduit-mime-types v0.7.3 [INFO] [stderr] Compiling hyper v0.10.12 [INFO] [stderr] Compiling dotenv v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling iron v0.5.1 [INFO] [stderr] Compiling diesel_infer_schema v0.13.0 [INFO] [stderr] Compiling persistent v0.3.0 [INFO] [stderr] Compiling router v0.5.1 [INFO] [stderr] Compiling diesel_codegen v0.13.0 [INFO] [stderr] Compiling bodyparser v0.7.0 [INFO] [stderr] Compiling talenteer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `talent::model::*` [INFO] [stderr] --> src/talent/handlers.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use talent::model::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `establish_connection` [INFO] [stderr] --> src/talent/model.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | fn establish_connection() -> PgConnection { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.69s [INFO] running `"docker" "inspect" "a826b038f696bef0cdb53f4a6f30fcfeec050552651f37efffab2fa672de2258"` [INFO] running `"docker" "rm" "-f" "a826b038f696bef0cdb53f4a6f30fcfeec050552651f37efffab2fa672de2258"` [INFO] [stdout] a826b038f696bef0cdb53f4a6f30fcfeec050552651f37efffab2fa672de2258 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] f0a79095bddef7ccb2f5ee5b392f67cb8d73bcac95bfb874bffda050240c0223 [INFO] running `"docker" "start" "-a" "f0a79095bddef7ccb2f5ee5b392f67cb8d73bcac95bfb874bffda050240c0223"` [INFO] [stderr] Compiling talenteer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `talent::model::*` [INFO] [stderr] --> src/talent/handlers.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use talent::model::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `establish_connection` [INFO] [stderr] --> src/talent/model.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | fn establish_connection() -> PgConnection { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.08s [INFO] running `"docker" "inspect" "f0a79095bddef7ccb2f5ee5b392f67cb8d73bcac95bfb874bffda050240c0223"` [INFO] running `"docker" "rm" "-f" "f0a79095bddef7ccb2f5ee5b392f67cb8d73bcac95bfb874bffda050240c0223"` [INFO] [stdout] f0a79095bddef7ccb2f5ee5b392f67cb8d73bcac95bfb874bffda050240c0223 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 48a6962c85bbcfdad65475c0a34ec391834e672ee03be188760ec466c8d7254b [INFO] running `"docker" "start" "-a" "48a6962c85bbcfdad65475c0a34ec391834e672ee03be188760ec466c8d7254b"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/talenteer-dad564cf6a0c34f6 [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" "48a6962c85bbcfdad65475c0a34ec391834e672ee03be188760ec466c8d7254b"` [INFO] running `"docker" "rm" "-f" "48a6962c85bbcfdad65475c0a34ec391834e672ee03be188760ec466c8d7254b"` [INFO] [stdout] 48a6962c85bbcfdad65475c0a34ec391834e672ee03be188760ec466c8d7254b