[INFO] cloning repository https://github.com/technodeguy/rust-microservice [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/technodeguy/rust-microservice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftechnodeguy%2Frust-microservice", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftechnodeguy%2Frust-microservice'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] def57f6855d629eb75ae44bff3b39cf0fadae8ce [INFO] testing technodeguy/rust-microservice against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftechnodeguy%2Frust-microservice" "/workspace/builds/worker-20/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-20/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/technodeguy/rust-microservice on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/technodeguy/rust-microservice [INFO] finished tweaking git repo https://github.com/technodeguy/rust-microservice [INFO] tweaked toml for git repo https://github.com/technodeguy/rust-microservice written to /workspace/builds/worker-20/source/Cargo.toml [INFO] crate git repo https://github.com/technodeguy/rust-microservice already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded diesel v0.16.0 [INFO] [stderr] Downloaded mysqlclient-sys v0.2.4 [INFO] [stderr] Downloaded diesel_infer_schema v0.16.0 [INFO] [stderr] Downloaded diesel_codegen v0.16.1 [INFO] [stderr] Downloaded dotenv v0.10.1 [INFO] [stderr] Downloaded derive-error-chain v0.10.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ca2db1d89e9a00d757ac7f476a025c1daffae3eb3c7dfac1a4562c784e262eb0 [INFO] running `Command { std: "docker" "start" "-a" "ca2db1d89e9a00d757ac7f476a025c1daffae3eb3c7dfac1a4562c784e262eb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ca2db1d89e9a00d757ac7f476a025c1daffae3eb3c7dfac1a4562c784e262eb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca2db1d89e9a00d757ac7f476a025c1daffae3eb3c7dfac1a4562c784e262eb0", kill_on_drop: false }` [INFO] [stdout] ca2db1d89e9a00d757ac7f476a025c1daffae3eb3c7dfac1a4562c784e262eb0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e958e76d0e7cb07ae9892aed3cfb37ed7db7003eaa5507c141d2c668be9518f [INFO] running `Command { std: "docker" "start" "-a" "7e958e76d0e7cb07ae9892aed3cfb37ed7db7003eaa5507c141d2c668be9518f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling smallvec v1.0.0 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling ucd-util v0.1.5 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling bytes v0.5.2 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling indexmap v1.3.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling unicode-normalization v0.1.11 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling tokio-threadpool v0.1.16 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling mysqlclient-sys v0.2.4 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling tokio-reactor v0.1.11 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling diesel v0.16.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling derive-error-chain v0.10.1 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling dotenv v0.10.1 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling diesel_infer_schema v0.16.0 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Compiling tokio-macros v0.2.0 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling tokio v0.2.2 [INFO] [stderr] Compiling diesel v1.4.3 [INFO] [stderr] Compiling serde_json v1.0.42 [INFO] [stderr] Compiling diesel_codegen v0.16.1 [INFO] [stderr] Compiling tokio_test_api v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: `NonNull` cannot be shared between threads safely [INFO] [stdout] --> src/routes/book.rs:70:3 [INFO] [stdout] | [INFO] [stdout] 70 | Box::new(response) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `NonNull` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] = help: within `MysqlConnection`, the trait `Sync` is not implemented for `NonNull` [INFO] [stdout] = note: required because it appears within the type `mysql::connection::raw::RawConnection` [INFO] [stdout] = note: required because it appears within the type `MysqlConnection` [INFO] [stdout] = note: required because of the requirements on the impl of `std::marker::Send` for `&MysqlConnection` [INFO] [stdout] = note: required because it appears within the type `[closure@src/routes/book.rs:53:19: 68:10]` [INFO] [stdout] = note: required because it appears within the type `futures::future::chain::Chain, Failed, hyper::Error>, [closure@src/routes/book.rs:52:19: 52:71]>, Failed, hyper::Error>, [closure@src/routes/book.rs:53:19: 68:10]>` [INFO] [stdout] = note: required because it appears within the type `futures::AndThen, Failed, hyper::Error>, [closure@src/routes/book.rs:52:19: 52:71]>, Result, hyper::Error>, [closure@src/routes/book.rs:53:19: 68:10]>` [INFO] [stdout] = note: required for the cast to the object type `dyn futures::Future, Error = hyper::Error> + std::marker::Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Cell` cannot be shared between threads safely [INFO] [stdout] --> src/routes/book.rs:70:3 [INFO] [stdout] | [INFO] [stdout] 70 | Box::new(response) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `Cell` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] = help: within `MysqlConnection`, the trait `Sync` is not implemented for `Cell` [INFO] [stdout] = note: required because it appears within the type `AnsiTransactionManager` [INFO] [stdout] = note: required because it appears within the type `MysqlConnection` [INFO] [stdout] = note: required because of the requirements on the impl of `std::marker::Send` for `&MysqlConnection` [INFO] [stdout] = note: required because it appears within the type `[closure@src/routes/book.rs:53:19: 68:10]` [INFO] [stdout] = note: required because it appears within the type `futures::future::chain::Chain, Failed, hyper::Error>, [closure@src/routes/book.rs:52:19: 52:71]>, Failed, hyper::Error>, [closure@src/routes/book.rs:53:19: 68:10]>` [INFO] [stdout] = note: required because it appears within the type `futures::AndThen, Failed, hyper::Error>, [closure@src/routes/book.rs:52:19: 52:71]>, Result, hyper::Error>, [closure@src/routes/book.rs:53:19: 68:10]>` [INFO] [stdout] = note: required for the cast to the object type `dyn futures::Future, Error = hyper::Error> + std::marker::Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `RefCell, mysql::connection::stmt::Statement>>` cannot be shared between threads safely [INFO] [stdout] --> src/routes/book.rs:70:3 [INFO] [stdout] | [INFO] [stdout] 70 | Box::new(response) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `RefCell, mysql::connection::stmt::Statement>>` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] = help: within `MysqlConnection`, the trait `Sync` is not implemented for `RefCell, mysql::connection::stmt::Statement>>` [INFO] [stdout] = note: required because it appears within the type `StatementCache` [INFO] [stdout] = note: required because it appears within the type `MysqlConnection` [INFO] [stdout] = note: required because of the requirements on the impl of `std::marker::Send` for `&MysqlConnection` [INFO] [stdout] = note: required because it appears within the type `[closure@src/routes/book.rs:53:19: 68:10]` [INFO] [stdout] = note: required because it appears within the type `futures::future::chain::Chain, Failed, hyper::Error>, [closure@src/routes/book.rs:52:19: 52:71]>, Failed, hyper::Error>, [closure@src/routes/book.rs:53:19: 68:10]>` [INFO] [stdout] = note: required because it appears within the type `futures::AndThen, Failed, hyper::Error>, [closure@src/routes/book.rs:52:19: 52:71]>, Result, hyper::Error>, [closure@src/routes/book.rs:53:19: 68:10]>` [INFO] [stdout] = note: required for the cast to the object type `dyn futures::Future, Error = hyper::Error> + std::marker::Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tokio_test_api` due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "7e958e76d0e7cb07ae9892aed3cfb37ed7db7003eaa5507c141d2c668be9518f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e958e76d0e7cb07ae9892aed3cfb37ed7db7003eaa5507c141d2c668be9518f", kill_on_drop: false }` [INFO] [stdout] 7e958e76d0e7cb07ae9892aed3cfb37ed7db7003eaa5507c141d2c668be9518f