[INFO] updating cached repository remexre/tri [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/remexre/tri [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/remexre/tri" "work/ex/beta-1.38-1/sources/1.37.0/gh/remexre/tri"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/remexre/tri'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/remexre/tri" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/remexre/tri"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/remexre/tri'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 86fdfddf5613886050773d278d7f03d4b8664734 [INFO] sha for GitHub repo remexre/tri: 86fdfddf5613886050773d278d7f03d4b8664734 [INFO] validating manifest of remexre/tri on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of remexre/tri on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing remexre/tri [INFO] finished frobbing remexre/tri [INFO] frobbed toml for remexre/tri written to work/ex/beta-1.38-1/sources/1.37.0/gh/remexre/tri/Cargo.toml [INFO] started frobbing remexre/tri [INFO] finished frobbing remexre/tri [INFO] frobbed toml for remexre/tri written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/remexre/tri/Cargo.toml [INFO] crate remexre/tri already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing remexre/tri against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/remexre/tri:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] b308b288fad89f5714c57bb31ff4ce17afc659c603ac776259c6ef47a687ac47 [INFO] running `"docker" "start" "-a" "b308b288fad89f5714c57bb31ff4ce17afc659c603ac776259c6ef47a687ac47"` [INFO] [stderr] Compiling cc v1.0.3 [INFO] [stderr] Compiling openssl v0.9.23 [INFO] [stderr] Compiling rustc-demangle v0.1.5 [INFO] [stderr] Compiling serde v0.9.15 [INFO] [stderr] Compiling serde v1.0.24 [INFO] [stderr] Compiling nom v2.2.1 [INFO] [stderr] Compiling encode_unicode v0.3.1 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling num_cpus v1.7.0 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling iovec v0.1.1 [INFO] [stderr] Compiling rand v0.3.18 [INFO] [stderr] Compiling utf-8 v0.7.1 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling base64 v0.5.2 [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling bytes v0.4.5 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling url v1.6.0 [INFO] [stderr] Compiling num v0.1.41 [INFO] [stderr] Compiling openssl-sys v0.9.23 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.6.0/src/form_urlencoded.rs:261:40 [INFO] [stderr] | [INFO] [stderr] 259 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 260 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 261 | 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 chrono v0.4.0 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling regex v0.2.3 [INFO] [stderr] Compiling prettytable-rs v0.6.7 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling hyper v0.10.13 [INFO] [stderr] Compiling diesel v0.16.0 [INFO] [stderr] Compiling schedule v0.1.0 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling serde_urlencoded v0.4.3 [INFO] [stderr] Compiling serde_derive_internals v0.18.0 [INFO] [stderr] Compiling serde_json v1.0.8 [INFO] [stderr] Compiling pretty_env_logger v0.1.1 [INFO] [stderr] Compiling backtrace v0.3.4 [INFO] [stderr] Compiling serde_derive v1.0.24 [INFO] [stderr] Compiling derive-error-chain v0.10.1 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling native-tls v0.1.4 [INFO] [stderr] Compiling hyper-native-tls v0.2.4 [INFO] [stderr] Compiling tungstenite v0.2.4 [INFO] [stderr] Compiling diesel_infer_schema v0.16.0 [INFO] [stderr] Compiling reqwest v0.4.0 [INFO] [stderr] Compiling dotenv v0.10.1 [INFO] [stderr] Compiling diesel_codegen v0.16.0 [INFO] [stderr] Compiling slack_api v0.18.0 [INFO] [stderr] Compiling slack_api v0.19.0 [INFO] [stderr] Compiling slack v0.19.0 [INFO] [stderr] Compiling tri v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] --> src/schema.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | infer_schema!("dotenv:DATABASE_URL"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: called `Result::unwrap()` on an `Err` value: "Failed to load environment variable DATABASE_URL: environment variable not found" [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 `tri`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b308b288fad89f5714c57bb31ff4ce17afc659c603ac776259c6ef47a687ac47"` [INFO] running `"docker" "rm" "-f" "b308b288fad89f5714c57bb31ff4ce17afc659c603ac776259c6ef47a687ac47"` [INFO] [stdout] b308b288fad89f5714c57bb31ff4ce17afc659c603ac776259c6ef47a687ac47