[INFO] updating cached repository https://github.com/andreevlex/webserver_test [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] aa667f03afb59e654a96ec990f1dcd6298da3e3d [INFO] testing andreevlex/webserver_test against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandreevlex%2Fwebserver_test" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andreevlex/webserver_test 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/andreevlex/webserver_test [INFO] finished tweaking git repo https://github.com/andreevlex/webserver_test [INFO] tweaked toml for git repo https://github.com/andreevlex/webserver_test written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/andreevlex/webserver_test 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-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] ac4296e5da9902568f6c144e56bdc8689721d847ebf3c8a19e7d4d5f13b9283e [INFO] running `"docker" "start" "-a" "ac4296e5da9902568f6c144e56bdc8689721d847ebf3c8a19e7d4d5f13b9283e"` [INFO] [stderr] Compiling actix-web v0.6.15 [INFO] [stderr] Compiling libsqlite3-sys v0.9.1 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling tokio-io v0.1.7 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.22 [INFO] [stderr] Compiling mio-uds v0.6.6 [INFO] [stderr] Compiling tokio-threadpool v0.1.5 [INFO] [stderr] Compiling url v1.7.1 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling diesel_derives v1.3.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.5 [INFO] [stderr] Compiling error-chain v0.1.12 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling tokio-reactor v0.1.2 [INFO] [stderr] Compiling tokio-codec v0.1.0 [INFO] [stderr] Compiling h2 v0.1.10 [INFO] [stderr] Compiling serde_urlencoded v0.5.2 [INFO] [stderr] Compiling tokio-fs v0.1.2 [INFO] [stderr] Compiling crossbeam-channel v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio-udp v0.1.1 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Compiling tokio v0.1.7 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling diesel v1.3.2 [INFO] [stderr] Compiling trust-dns-proto v0.3.3 [INFO] [stderr] Compiling tokio-signal v0.1.5 [INFO] [stderr] Compiling cargo_metadata v0.5.8 [INFO] [stderr] Compiling cookie v0.10.1 [INFO] [stderr] Compiling jsonwebtoken v4.0.1 [INFO] [stderr] Compiling trust-dns-resolver v0.8.2 [INFO] [stderr] Compiling skeptic v0.13.3 [INFO] [stderr] Compiling actix v0.5.8 [INFO] [stderr] Compiling webserver_test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: cannot find type `User` in this scope [INFO] [stderr] --> src/models.rs:1:21 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Serialize, Queryable)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(proc_macro_derive_resolution_fallback)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `table` in this scope [INFO] [stderr] --> <::diesel::macros::table_body macros>:191:38 [INFO] [stderr] | [INFO] [stderr] 191 | [derive (Debug, Clone, Copy, QueryId)] /// The actual table struct [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:34 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug, Clone, Copy, QueryId, Default)] pub struct $ column_name ; [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `name` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:34 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug, Clone, Copy, QueryId, Default)] pub struct $ column_name ; [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `email` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:34 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug, Clone, Copy, QueryId, Default)] pub struct $ column_name ; [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `passwd` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:34 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug, Clone, Copy, QueryId, Default)] pub struct $ column_name ; [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cookie_auth.rs:81:24 [INFO] [stderr] | [INFO] [stderr] 81 | struct IdentityBox(Box); [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Identity` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 29s [INFO] running `"docker" "inspect" "ac4296e5da9902568f6c144e56bdc8689721d847ebf3c8a19e7d4d5f13b9283e"` [INFO] running `"docker" "rm" "-f" "ac4296e5da9902568f6c144e56bdc8689721d847ebf3c8a19e7d4d5f13b9283e"` [INFO] [stdout] ac4296e5da9902568f6c144e56bdc8689721d847ebf3c8a19e7d4d5f13b9283e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] 86c7cf478a87f95c611bab7b873d7aa12555981f9f8a56dfda6b644d2b212a48 [INFO] running `"docker" "start" "-a" "86c7cf478a87f95c611bab7b873d7aa12555981f9f8a56dfda6b644d2b212a48"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling webserver_test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: cannot find type `User` in this scope [INFO] [stderr] --> src/models.rs:1:21 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Serialize, Queryable)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(proc_macro_derive_resolution_fallback)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `table` in this scope [INFO] [stderr] --> <::diesel::macros::table_body macros>:191:38 [INFO] [stderr] | [INFO] [stderr] 191 | [derive (Debug, Clone, Copy, QueryId)] /// The actual table struct [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:34 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug, Clone, Copy, QueryId, Default)] pub struct $ column_name ; [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `name` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:34 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug, Clone, Copy, QueryId, Default)] pub struct $ column_name ; [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `email` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:34 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug, Clone, Copy, QueryId, Default)] pub struct $ column_name ; [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `passwd` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:34 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug, Clone, Copy, QueryId, Default)] pub struct $ column_name ; [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cookie_auth.rs:81:24 [INFO] [stderr] | [INFO] [stderr] 81 | struct IdentityBox(Box); [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Identity` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.88s [INFO] running `"docker" "inspect" "86c7cf478a87f95c611bab7b873d7aa12555981f9f8a56dfda6b644d2b212a48"` [INFO] running `"docker" "rm" "-f" "86c7cf478a87f95c611bab7b873d7aa12555981f9f8a56dfda6b644d2b212a48"` [INFO] [stdout] 86c7cf478a87f95c611bab7b873d7aa12555981f9f8a56dfda6b644d2b212a48 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] f34d42d490df175c1e980040d95b02fd8178fd34449d9cc0c7d51484ec1ec854 [INFO] running `"docker" "start" "-a" "f34d42d490df175c1e980040d95b02fd8178fd34449d9cc0c7d51484ec1ec854"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/webserver_test-9006bd2883a7fda6 [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" "f34d42d490df175c1e980040d95b02fd8178fd34449d9cc0c7d51484ec1ec854"` [INFO] running `"docker" "rm" "-f" "f34d42d490df175c1e980040d95b02fd8178fd34449d9cc0c7d51484ec1ec854"` [INFO] [stdout] f34d42d490df175c1e980040d95b02fd8178fd34449d9cc0c7d51484ec1ec854