[INFO] updating cached repository https://github.com/fenhl/boerse.willkommeninwoellstein.de [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] 4ff50b7267bbd5a17efa5089ab9bf2fed16cc26e [INFO] testing fenhl/boerse.willkommeninwoellstein.de against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffenhl%2Fboerse.willkommeninwoellstein.de" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fenhl/boerse.willkommeninwoellstein.de 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/fenhl/boerse.willkommeninwoellstein.de [INFO] finished tweaking git repo https://github.com/fenhl/boerse.willkommeninwoellstein.de [INFO] tweaked toml for git repo https://github.com/fenhl/boerse.willkommeninwoellstein.de written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/fenhl/boerse.willkommeninwoellstein.de 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] a3a3e8ccee7a91ae3636ca781762a481b16c67cc74e4fad146fcebde52118e08 [INFO] running `"docker" "start" "-a" "a3a3e8ccee7a91ae3636ca781762a481b16c67cc74e4fad146fcebde52118e08"` [INFO] [stderr] Compiling version_check v0.1.2 [INFO] [stderr] Compiling num-traits v0.1.39 [INFO] [stderr] Compiling serde v1.0.8 [INFO] [stderr] Compiling cfg-if v0.1.1 [INFO] [stderr] Compiling sequence_trie v0.2.1 [INFO] [stderr] Compiling dtoa v0.4.1 [INFO] [stderr] Compiling itoa v0.3.1 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling fnv v1.0.5 [INFO] [stderr] Compiling route-recognizer v0.1.12 [INFO] [stderr] Compiling uuid v0.5.0 [INFO] [stderr] Compiling wiw v0.0.1 (https://github.com/fenhl/wiw-web-common.git#b1342b59) [INFO] [stderr] Compiling unicode-bidi v0.3.3 [INFO] [stderr] Compiling num_cpus v1.6.0 [INFO] [stderr] Compiling base64 v0.5.2 [INFO] [stderr] Compiling time v0.1.37 [INFO] [stderr] Compiling conduit-mime-types v0.7.3 [INFO] [stderr] Compiling error v0.1.9 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling nix v0.8.1 [INFO] [stderr] Compiling net2 v0.2.29 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling nom v3.1.0 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling serde_derive_internals v0.15.1 [INFO] [stderr] Compiling parse-zoneinfo v0.1.0 [INFO] [stderr] Compiling idna v0.1.2 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling twox-hash v1.1.0 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling num-integer v0.1.34 [INFO] [stderr] Compiling serde_json v0.8.6 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling num v0.1.39 [INFO] [stderr] Compiling chrono-tz v0.3.2 [INFO] [stderr] Compiling serde_derive v1.0.8 [INFO] [stderr] Compiling url v1.5.0 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.5.0/src/form_urlencoded.rs:251:40 [INFO] [stderr] | [INFO] [stderr] 249 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 250 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 251 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling hyper v0.10.12 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling chrono v0.3.1 [INFO] [stderr] Compiling iron v0.5.1 [INFO] [stderr] Compiling persistent v0.3.0 [INFO] [stderr] Compiling mount v0.3.0 [INFO] [stderr] Compiling router v0.5.1 [INFO] [stderr] Compiling staticfile v0.4.0 [INFO] [stderr] Compiling bodyparser v0.5.0 [INFO] [stderr] Compiling mysql v11.1.2 [INFO] [stderr] Compiling urlencoded v0.5.0 [INFO] [stderr] Compiling wiw-boerse v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read src/../assets/config.json: No such file or directory (os error 2) [INFO] [stderr] --> src/util.rs:68:58 [INFO] [stderr] | [INFO] [stderr] 68 | pub static ref CONFIG: Config = serde_json::from_str(include_str!("../assets/config.json")).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/util.rs:67:1 [INFO] [stderr] | [INFO] [stderr] 67 | / lazy_static! { [INFO] [stderr] 68 | | pub static ref CONFIG: Config = serde_json::from_str(include_str!("../assets/config.json")).unwrap(); [INFO] [stderr] 69 | | pub static ref MY_OPTS: ::mysql::Opts = { [INFO] [stderr] 70 | | let mut builder = ::mysql::OptsBuilder::new(); [INFO] [stderr] ... | [INFO] [stderr] 75 | | }; [INFO] [stderr] 76 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/util.rs:67:1 [INFO] [stderr] | [INFO] [stderr] 67 | / lazy_static! { [INFO] [stderr] 68 | | pub static ref CONFIG: Config = serde_json::from_str(include_str!("../assets/config.json")).unwrap(); [INFO] [stderr] 69 | | pub static ref MY_OPTS: ::mysql::Opts = { [INFO] [stderr] 70 | | let mut builder = ::mysql::OptsBuilder::new(); [INFO] [stderr] ... | [INFO] [stderr] 75 | | }; [INFO] [stderr] 76 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/util.rs:67:1 [INFO] [stderr] | [INFO] [stderr] 67 | / lazy_static! { [INFO] [stderr] 68 | | pub static ref CONFIG: Config = serde_json::from_str(include_str!("../assets/config.json")).unwrap(); [INFO] [stderr] 69 | | pub static ref MY_OPTS: ::mysql::Opts = { [INFO] [stderr] 70 | | let mut builder = ::mysql::OptsBuilder::new(); [INFO] [stderr] ... | [INFO] [stderr] 75 | | }; [INFO] [stderr] 76 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/util.rs:67:1 [INFO] [stderr] | [INFO] [stderr] 67 | / lazy_static! { [INFO] [stderr] 68 | | pub static ref CONFIG: Config = serde_json::from_str(include_str!("../assets/config.json")).unwrap(); [INFO] [stderr] 69 | | pub static ref MY_OPTS: ::mysql::Opts = { [INFO] [stderr] 70 | | let mut builder = ::mysql::OptsBuilder::new(); [INFO] [stderr] ... | [INFO] [stderr] 75 | | }; [INFO] [stderr] 76 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `wiw-boerse`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a3a3e8ccee7a91ae3636ca781762a481b16c67cc74e4fad146fcebde52118e08"` [INFO] running `"docker" "rm" "-f" "a3a3e8ccee7a91ae3636ca781762a481b16c67cc74e4fad146fcebde52118e08"` [INFO] [stdout] a3a3e8ccee7a91ae3636ca781762a481b16c67cc74e4fad146fcebde52118e08