[INFO] updating cached repository https://github.com/esmevane/notectl [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] 389c4e634e689a72748cada1c8faf816e5a2a34c [INFO] testing esmevane/notectl against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fesmevane%2Fnotectl" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/esmevane/notectl 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/esmevane/notectl [INFO] finished tweaking git repo https://github.com/esmevane/notectl [INFO] tweaked toml for git repo https://github.com/esmevane/notectl written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/esmevane/notectl 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] 3f82b88e880cc431e039fadf3c29de5cc1497cd2d03aa48659a205ac581fd77c [INFO] running `"docker" "start" "-a" "3f82b88e880cc431e039fadf3c29de5cc1497cd2d03aa48659a205ac581fd77c"` [INFO] [stderr] Compiling stable_deref_trait v1.0.0 [INFO] [stderr] Compiling string v0.1.0 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling actix-web v0.7.3 [INFO] [stderr] Compiling crossbeam-utils v0.3.2 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling net2 v0.2.31 [INFO] [stderr] Compiling socket2 v0.3.7 [INFO] [stderr] Compiling hostname v0.1.4 [INFO] [stderr] Compiling ring v0.13.2 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling daemonize v0.2.3 [INFO] [stderr] Compiling bytes v0.4.9 [INFO] [stderr] Compiling crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling serde_json v1.0.9 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling parking_lot_core v0.2.13 [INFO] [stderr] Compiling url v1.7.0 [INFO] [stderr] Compiling resolv-conf v0.6.0 [INFO] [stderr] Compiling crossbeam-epoch v0.4.3 [INFO] [stderr] Compiling mio v0.6.15 [INFO] [stderr] Compiling clap v2.30.0 [INFO] [stderr] Compiling lock_api v0.1.3 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling regex v1.0.2 [INFO] [stderr] Compiling tokio-io v0.1.7 [INFO] [stderr] Compiling http v0.1.9 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling parking_lot v0.6.3 [INFO] [stderr] Compiling crossbeam-deque v0.3.1 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [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.7.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 tokio-threadpool v0.1.5 [INFO] [stderr] Compiling crossbeam-channel v0.2.4 [INFO] [stderr] Compiling mio-uds v0.6.4 [INFO] [stderr] Compiling tokio-reactor v0.1.3 [INFO] [stderr] Compiling tokio-codec v0.1.0 [INFO] [stderr] Compiling tokio-fs v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.1 [INFO] [stderr] Compiling tokio-udp v0.1.1 [INFO] [stderr] Compiling tokio-signal v0.2.1 [INFO] [stderr] Compiling tokio v0.1.7 [INFO] [stderr] Compiling cookie v0.11.0 [INFO] [stderr] Compiling h2 v0.1.0 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling error-chain v0.1.12 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling trust-dns-proto v0.4.0 [INFO] [stderr] Compiling trust-dns-resolver v0.9.1 [INFO] [stderr] Compiling actix v0.7.3 [INFO] [stderr] Compiling notectl v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.77s [INFO] running `"docker" "inspect" "3f82b88e880cc431e039fadf3c29de5cc1497cd2d03aa48659a205ac581fd77c"` [INFO] running `"docker" "rm" "-f" "3f82b88e880cc431e039fadf3c29de5cc1497cd2d03aa48659a205ac581fd77c"` [INFO] [stdout] 3f82b88e880cc431e039fadf3c29de5cc1497cd2d03aa48659a205ac581fd77c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] ce51747076ded4e925707134e1c5a93b8e9ddf7b085e0daa1a804b45d8827b05 [INFO] running `"docker" "start" "-a" "ce51747076ded4e925707134e1c5a93b8e9ddf7b085e0daa1a804b45d8827b05"` [INFO] [stderr] Compiling notectl v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.12s [INFO] running `"docker" "inspect" "ce51747076ded4e925707134e1c5a93b8e9ddf7b085e0daa1a804b45d8827b05"` [INFO] running `"docker" "rm" "-f" "ce51747076ded4e925707134e1c5a93b8e9ddf7b085e0daa1a804b45d8827b05"` [INFO] [stdout] ce51747076ded4e925707134e1c5a93b8e9ddf7b085e0daa1a804b45d8827b05 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] eaea872406ed07e9063a5f543c69264939ebd0bd1a792b5d3ff1cd5fa0e4fab2 [INFO] running `"docker" "start" "-a" "eaea872406ed07e9063a5f543c69264939ebd0bd1a792b5d3ff1cd5fa0e4fab2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/notectl-57b72a674302084b [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test service::fs::test::parsing_pidfile_contents ... ok [INFO] [stdout] test service::test::id_base_case ... ok [INFO] [stdout] test service::test::cleans_up_after_itself ... ok [INFO] [stdout] test service::test::is_running_base_case ... ok [INFO] [stdout] test service::test::pidfile_base_case ... ok [INFO] [stdout] test service::test::id_when_present ... ok [INFO] [stdout] test service::test::is_running_when_file_exists ... ok [INFO] [stdout] test service::fs::test::reading_file_contents ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- service::fs::test::reading_file_contents stdout ---- [INFO] [stdout] thread 'service::fs::test::reading_file_contents' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55808eedcc3b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55808eedcc3b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55808eedcc3b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55808eedcc3b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55808eedcc3b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55808eedc8ac - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55808eedd3ad - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55808eedcf32 - std::panicking::continue_panic_fmt::h25abfbb4e5b7043a [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55808eedce16 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55808eef303d - core::panicking::panic_fmt::h7e9f94035af782b3 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55808eef3137 - core::result::unwrap_failed::hf7591c1dd9412006 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55808ee7e730 - core::result::Result::unwrap::h17b371a7559f4052 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x55808ee8147d - notectl::service::fs::test::reading_file_contents::hf7ff80097ce5765e [INFO] [stdout] at src/service/fs.rs:26 [INFO] [stdout] 13: 0x55808ee8140a - notectl::service::fs::test::reading_file_contents::{{closure}}::h7d8844f646e0cb20 [INFO] [stdout] at src/service/fs.rs:24 [INFO] [stdout] 14: 0x55808ee806ee - core::ops::function::FnOnce::call_once::hd2979d668e2c1829 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x55808ee8da3f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x55808eedfbca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x55808eea802e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55808eea802e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55808eea802e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x55808ee83465 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55808ee875a5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55808ee875a5 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55808ee875a5 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x55808eedfbca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x55808ee87b82 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55808ee87b82 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55808ee87b82 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55808ee87b82 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x55808eed27cf - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x55808eedf300 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55808eedf300 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x55808eedf300 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f9432c9c6db - start_thread [INFO] [stdout] 34: 0x7f94327ad88f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] service::fs::test::reading_file_contents [INFO] [stdout] [INFO] [stdout] test result: FAILED. 7 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin notectl' [INFO] running `"docker" "inspect" "eaea872406ed07e9063a5f543c69264939ebd0bd1a792b5d3ff1cd5fa0e4fab2"` [INFO] running `"docker" "rm" "-f" "eaea872406ed07e9063a5f543c69264939ebd0bd1a792b5d3ff1cd5fa0e4fab2"` [INFO] [stdout] eaea872406ed07e9063a5f543c69264939ebd0bd1a792b5d3ff1cd5fa0e4fab2