[INFO] updating cached repository https://github.com/dcastelltort/pgexercises [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] e95eb4b4eb9b491d074449e3ed398fbdd80daa90 [INFO] testing dcastelltort/pgexercises against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdcastelltort%2Fpgexercises" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dcastelltort/pgexercises 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/dcastelltort/pgexercises [INFO] finished tweaking git repo https://github.com/dcastelltort/pgexercises [INFO] tweaked toml for git repo https://github.com/dcastelltort/pgexercises written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/dcastelltort/pgexercises 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 59874a28ac8638311679a7402da3f43db201d4143fb89deef63268b4aed4036e [INFO] running `"docker" "start" "-a" "59874a28ac8638311679a7402da3f43db201d4143fb89deef63268b4aed4036e"` [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling num-bigint v0.1.41 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling regex v0.2.5 [INFO] [stderr] Compiling num v0.1.41 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling bigdecimal v0.0.10 [INFO] [stderr] Compiling diesel_derives v1.1.0 [INFO] [stderr] Compiling dotenv v0.9.0 [INFO] [stderr] Compiling diesel v1.1.1 [INFO] [stderr] Compiling pgexercices v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:26:28 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn test_results(f: &Fn() -> (Vec, Vec)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() -> (Vec, Vec)` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.72s [INFO] running `"docker" "inspect" "59874a28ac8638311679a7402da3f43db201d4143fb89deef63268b4aed4036e"` [INFO] running `"docker" "rm" "-f" "59874a28ac8638311679a7402da3f43db201d4143fb89deef63268b4aed4036e"` [INFO] [stdout] 59874a28ac8638311679a7402da3f43db201d4143fb89deef63268b4aed4036e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 415bd23fe4450db7854fccfa7c89f1869c8c3364841619c91bc81ca70ccc7b6b [INFO] running `"docker" "start" "-a" "415bd23fe4450db7854fccfa7c89f1869c8c3364841619c91bc81ca70ccc7b6b"` [INFO] [stderr] Compiling pgexercices v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:26:28 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn test_results(f: &Fn() -> (Vec, Vec)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() -> (Vec, Vec)` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.35s [INFO] running `"docker" "inspect" "415bd23fe4450db7854fccfa7c89f1869c8c3364841619c91bc81ca70ccc7b6b"` [INFO] running `"docker" "rm" "-f" "415bd23fe4450db7854fccfa7c89f1869c8c3364841619c91bc81ca70ccc7b6b"` [INFO] [stdout] 415bd23fe4450db7854fccfa7c89f1869c8c3364841619c91bc81ca70ccc7b6b [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 01ef73378417a0b42030f80b57a00bae2b2c4df8a93385b5101f8b259ca34c51 [INFO] running `"docker" "start" "-a" "01ef73378417a0b42030f80b57a00bae2b2c4df8a93385b5101f8b259ca34c51"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pgexercices-2b1e165be7581007 [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test ex_basic::test_basic_unique ... FAILED [INFO] [stdout] test ex_basic::test_basic_select_where4 ... FAILED [INFO] [stdout] test ex_basic::test_basic_selectall ... FAILED [INFO] [stdout] test ex_basic::test_basic_select_where2 ... FAILED [INFO] [stdout] test ex_basic::test_basic_select_specific ... FAILED [INFO] [stdout] test ex_basic::test_basic_union ... FAILED [INFO] [stdout] test ex_basic::test_basic_date ... FAILED [INFO] [stdout] test ex_basic::test_basic_select_where ... FAILED [INFO] [stdout] test ex_basic::test_basic_select_where3 ... FAILED [INFO] [stdout] test ex_basic::test_basic_agg ... FAILED [INFO] [stdout] test ex_basic::test_basic_classify ... FAILED [INFO] [stdout] test ex_basic::test_basic_agg2 ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- ex_basic::test_basic_unique stdout ---- [INFO] [stdout] thread 'ex_basic::test_basic_unique' panicked at 'DATABASE_URL must be set: NotPresent', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- ex_basic::test_basic_select_where4 stdout ---- [INFO] [stdout] thread 'ex_basic::test_basic_select_where4' panicked at 'DATABASE_URL must be set: NotPresent', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- ex_basic::test_basic_selectall stdout ---- [INFO] [stdout] thread 'ex_basic::test_basic_selectall' panicked at 'DATABASE_URL must be set: NotPresent', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- ex_basic::test_basic_select_where2 stdout ---- [INFO] [stdout] thread 'ex_basic::test_basic_select_where2' panicked at 'DATABASE_URL must be set: NotPresent', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- ex_basic::test_basic_select_specific stdout ---- [INFO] [stdout] thread 'ex_basic::test_basic_select_specific' panicked at 'DATABASE_URL must be set: NotPresent', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- ex_basic::test_basic_union stdout ---- [INFO] [stdout] thread 'ex_basic::test_basic_union' panicked at 'DATABASE_URL must be set: NotPresent', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- ex_basic::test_basic_date stdout ---- [INFO] [stdout] thread 'ex_basic::test_basic_date' panicked at 'DATABASE_URL must be set: NotPresent', src/libcore/result.rs:1165:5 [INFO] [stdout] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. [INFO] [stdout] [INFO] [stdout] ---- ex_basic::test_basic_select_where stdout ---- [INFO] [stdout] thread 'ex_basic::test_basic_select_where' panicked at 'DATABASE_URL must be set: NotPresent', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- ex_basic::test_basic_select_where3 stdout ---- [INFO] [stdout] thread 'ex_basic::test_basic_select_where3' panicked at 'DATABASE_URL must be set: NotPresent', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- ex_basic::test_basic_agg stdout ---- [INFO] [stdout] thread 'ex_basic::test_basic_agg' panicked at 'DATABASE_URL must be set: NotPresent', src/libcore/result.rs:1165:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e156315564 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55e156315564 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e156315564 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x55e156315564 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x55e15633069c - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x55e15610e5b5 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x55e156310f51 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x55e156317a75 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x55e156317a75 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e156317a75 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x55e1563176fc - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x55e156318175 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x55e156317d12 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stdout] at src/libstd/panicking.rs:380 [INFO] [stdout] 13: 0x55e156317c06 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:307 [INFO] [stdout] 14: 0x55e15632dcaa - core::panicking::panic_fmt::h467e0364f9237670 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 15: 0x55e15632dda7 - core::result::unwrap_failed::h38f3a56f1dadf080 [INFO] [stdout] at src/libcore/result.rs:1165 [INFO] [stdout] 16: 0x55e1560e9a75 - core::result::Result::expect::h2aff05527bbfb0dd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/result.rs:960 [INFO] [stdout] 17: 0x55e1560796f3 - pgexercices::utils::establish_connection::haee0cdf0b8a339dc [INFO] [stdout] at src/utils.rs:12 [INFO] [stdout] 18: 0x55e1560e1111 - pgexercices::ex_basic::basic_agg::h4697e37da112f72e [INFO] [stdout] at src/ex_basic.rs:324 [INFO] [stdout] 19: 0x55e156090ac5 - core::ops::function::Fn::call::hcf841debc102eaf5 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:69 [INFO] [stdout] 20: 0x55e15607a246 - pgexercices::utils::test_results::h1d0350b094f4603b [INFO] [stdout] at src/utils.rs:30 [INFO] [stdout] 21: 0x55e1560e19f5 - pgexercices::ex_basic::test_basic_agg::h53f995fc75f8a050 [INFO] [stdout] at src/ex_basic.rs:352 [INFO] [stdout] 22: 0x55e1560e19ca - pgexercices::ex_basic::test_basic_agg::{{closure}}::hd210b5a72d514c69 [INFO] [stdout] at src/ex_basic.rs:351 [INFO] [stdout] 23: 0x55e1560913ee - core::ops::function::FnOnce::call_once::ha0a4f0a1871060b1 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 24: 0x55e1561184af - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 25: 0x55e15631a95a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 26: 0x55e156132cbe - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 27: 0x55e156132cbe - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x55e156132cbe - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 29: 0x55e15610dd25 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 30: 0x55e156111eb5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 31: 0x55e156111eb5 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 32: 0x55e156111eb5 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 33: 0x55e15631a95a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 34: 0x55e156112462 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 35: 0x55e156112462 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 36: 0x55e156112462 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 37: 0x55e156112462 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 38: 0x55e15630d3df - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 39: 0x55e15631a0b0 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 40: 0x55e15631a0b0 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 41: 0x55e15631a0b0 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 42: 0x7fd5ac8bb6db - start_thread [INFO] [stdout] 43: 0x7fd5ac3cc88f - __clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- ex_basic::test_basic_classify stdout ---- [INFO] [stdout] thread 'ex_basic::test_basic_classify' panicked at 'DATABASE_URL must be set: NotPresent', src/libcore/result.rs:1165:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e156315564 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55e156315564 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e156315564 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x55e156315564 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x55e15633069c - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x55e15610e5b5 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x55e156310f51 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x55e156317a75 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x55e156317a75 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e156317a75 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x55e1563176fc - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x55e156318175 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x55e156317d12 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stdout] at src/libstd/panicking.rs:380 [INFO] [stdout] 13: 0x55e156317c06 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:307 [INFO] [stdout] 14: 0x55e15632dcaa - core::panicking::panic_fmt::h467e0364f9237670 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 15: 0x55e15632dda7 - core::result::unwrap_failed::h38f3a56f1dadf080 [INFO] [stdout] at src/libcore/result.rs:1165 [INFO] [stdout] 16: 0x55e1560e9a75 - core::result::Result::expect::h2aff05527bbfb0dd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/result.rs:960 [INFO] [stdout] 17: 0x55e1560796f3 - pgexercices::utils::establish_connection::haee0cdf0b8a339dc [INFO] [stdout] at src/utils.rs:12 [INFO] [stdout] 18: 0x55e1560df8c1 - pgexercices::ex_basic::basic_classify::h68ed1ed19f9a3808 [INFO] [stdout] at src/ex_basic.rs:164 [INFO] [stdout] 19: 0x55e156090aa5 - core::ops::function::Fn::call::hb0d8c7caea82475e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:69 [INFO] [stdout] 20: 0x55e15607b8a6 - pgexercices::utils::test_results::he5089fa8089c2307 [INFO] [stdout] at src/utils.rs:30 [INFO] [stdout] 21: 0x55e1560e18f5 - pgexercices::ex_basic::test_basic_classify::h024573393dce178f [INFO] [stdout] at src/ex_basic.rs:210 [INFO] [stdout] 22: 0x55e1560e18ca - pgexercices::ex_basic::test_basic_classify::{{closure}}::h1150aa7d7b6b3bf8 [INFO] [stdout] at src/ex_basic.rs:209 [INFO] [stdout] 23: 0x55e156090f4e - core::ops::function::FnOnce::call_once::h12ea0e858783cded [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 24: 0x55e1561184af - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 25: 0x55e15631a95a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 26: 0x55e156132cbe - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 27: 0x55e156132cbe - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x55e156132cbe - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 29: 0x55e15610dd25 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 30: 0x55e156111eb5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 31: 0x55e156111eb5 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 32: 0x55e156111eb5 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 33: 0x55e15631a95a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 34: 0x55e156112462 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 35: 0x55e156112462 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 36: 0x55e156112462 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 37: 0x55e156112462 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 38: 0x55e15630d3df - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 39: 0x55e15631a0b0 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 40: 0x55e15631a0b0 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 41: 0x55e15631a0b0 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 42: 0x7fd5ac8bb6db - start_thread [INFO] [stdout] 43: 0x7fd5ac3cc88f - __clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- ex_basic::test_basic_agg2 stdout ---- [INFO] [stdout] thread 'ex_basic::test_basic_agg2' panicked at 'DATABASE_URL must be set: NotPresent', src/libcore/result.rs:1165:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e156315564 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55e156315564 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e156315564 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x55e156315564 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x55e15633069c - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x55e15610e5b5 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x55e156310f51 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x55e156317a75 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x55e156317a75 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e156317a75 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x55e1563176fc - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x55e156318175 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x55e156317d12 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stdout] at src/libstd/panicking.rs:380 [INFO] [stdout] 13: 0x55e156317c06 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:307 [INFO] [stdout] 14: 0x55e15632dcaa - core::panicking::panic_fmt::h467e0364f9237670 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 15: 0x55e15632dda7 - core::result::unwrap_failed::h38f3a56f1dadf080 [INFO] [stdout] at src/libcore/result.rs:1165 [INFO] [stdout] 16: 0x55e1560e9a75 - core::result::Result::expect::h2aff05527bbfb0dd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/result.rs:960 [INFO] [stdout] 17: 0x55e1560796f3 - pgexercices::utils::establish_connection::haee0cdf0b8a339dc [INFO] [stdout] at src/utils.rs:12 [INFO] [stdout] 18: 0x55e1560e1580 - pgexercices::ex_basic::basic_agg2::h66addd3ba85593ce [INFO] [stdout] at src/ex_basic.rs:359 [INFO] [stdout] 19: 0x55e156090ae5 - core::ops::function::Fn::call::hcfa7e5aef8631eeb [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:69 [INFO] [stdout] 20: 0x55e15607a586 - pgexercices::utils::test_results::h2568fb6c613805e9 [INFO] [stdout] at src/utils.rs:30 [INFO] [stdout] 21: 0x55e1560e1a35 - pgexercices::ex_basic::test_basic_agg2::h28fae1dade507f1d [INFO] [stdout] at src/ex_basic.rs:377 [INFO] [stdout] 22: 0x55e1560e1a0a - pgexercices::ex_basic::test_basic_agg2::{{closure}}::hfdebe8bd46884872 [INFO] [stdout] at src/ex_basic.rs:376 [INFO] [stdout] 23: 0x55e15609128e - core::ops::function::FnOnce::call_once::h7a9cbd6beb2e31ba [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 24: 0x55e1561184af - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 25: 0x55e15631a95a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 26: 0x55e156132cbe - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 27: 0x55e156132cbe - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x55e156132cbe - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 29: 0x55e15610dd25 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 30: 0x55e156111eb5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 31: 0x55e156111eb5 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 32: 0x55e156111eb5 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 33: 0x55e15631a95a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 34: 0x55e156112462 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 35: 0x55e156112462 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 36: 0x55e156112462 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 37: 0x55e156112462 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 38: 0x55e15630d3df - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 39: 0x55e15631a0b0 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 40: 0x55e15631a0b0 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 41: 0x55e15631a0b0 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 42: 0x7fd5ac8bb6db - start_thread [INFO] [stdout] 43: 0x7fd5ac3cc88f - __clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] ex_basic::test_basic_agg [INFO] [stdout] ex_basic::test_basic_agg2 [INFO] [stdout] ex_basic::test_basic_classify [INFO] [stdout] ex_basic::test_basic_date [INFO] [stdout] ex_basic::test_basic_select_specific [INFO] [stdout] ex_basic::test_basic_select_where [INFO] [stdout] ex_basic::test_basic_select_where2 [INFO] [stdout] ex_basic::test_basic_select_where3 [INFO] [stdout] ex_basic::test_basic_select_where4 [INFO] [stdout] ex_basic::test_basic_selectall [INFO] [stdout] ex_basic::test_basic_union [INFO] [stdout] ex_basic::test_basic_unique [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin pgexercices' [INFO] running `"docker" "inspect" "01ef73378417a0b42030f80b57a00bae2b2c4df8a93385b5101f8b259ca34c51"` [INFO] running `"docker" "rm" "-f" "01ef73378417a0b42030f80b57a00bae2b2c4df8a93385b5101f8b259ca34c51"` [INFO] [stdout] 01ef73378417a0b42030f80b57a00bae2b2c4df8a93385b5101f8b259ca34c51