[INFO] updating cached repository https://github.com/mia-platform-marketplace/rust-hello-world-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] [stderr] From https://github.com/mia-platform-marketplace/rust-hello-world-example [INFO] [stderr] 4a2f5d7..8955638 master -> master [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 895563830a44f7fb9f065460fd55931c614a48ce [INFO] testing mia-platform-marketplace/rust-hello-world-example against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmia-platform-marketplace%2Frust-hello-world-example" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mia-platform-marketplace/rust-hello-world-example on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mia-platform-marketplace/rust-hello-world-example [INFO] finished tweaking git repo https://github.com/mia-platform-marketplace/rust-hello-world-example [INFO] tweaked toml for git repo https://github.com/mia-platform-marketplace/rust-hello-world-example written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/mia-platform-marketplace/rust-hello-world-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 285463197a8684c776fd3b26fb46d3a7ac48dbf4ca46556ed9eadc52ec71588d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "285463197a8684c776fd3b26fb46d3a7ac48dbf4ca46556ed9eadc52ec71588d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "285463197a8684c776fd3b26fb46d3a7ac48dbf4ca46556ed9eadc52ec71588d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "285463197a8684c776fd3b26fb46d3a7ac48dbf4ca46556ed9eadc52ec71588d", kill_on_drop: false }` [INFO] [stdout] 285463197a8684c776fd3b26fb46d3a7ac48dbf4ca46556ed9eadc52ec71588d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7569ce71bb5f5180bd209f1b829579d4ac56a404cae2b8ab7a4e0f9533268742 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7569ce71bb5f5180bd209f1b829579d4ac56a404cae2b8ab7a4e0f9533268742", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling bytestring v0.1.5 [INFO] [stderr] Compiling lock_api v0.4.1 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling flate2 v1.0.16 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling resolv-conf v0.6.3 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling derive_more v0.99.9 [INFO] [stderr] Compiling actix-macros v0.1.2 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling enum-as-inner v0.3.2 [INFO] [stderr] Compiling async-trait v0.1.36 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling actix-web-codegen v0.2.2 [INFO] [stderr] Compiling envconfig_derive v0.8.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling thiserror v1.0.20 [INFO] [stderr] Compiling envconfig v0.8.0 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling actix-codec v0.2.0 [INFO] [stderr] Compiling actix-threadpool v0.3.3 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling actix-service v1.0.5 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling trust-dns-proto v0.18.0-alpha.2 [INFO] [stderr] Compiling actix-utils v1.0.6 [INFO] [stderr] Compiling actix-server v1.0.3 [INFO] [stderr] Compiling actix-tls v1.0.0 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling trust-dns-resolver v0.18.0-alpha.2 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling actix-router v0.2.4 [INFO] [stderr] Compiling actix-connect v1.0.2 [INFO] [stderr] Compiling actix-http v1.0.1 [INFO] [stderr] Compiling struct2swagger v0.1.2 [INFO] [stderr] Compiling struct2swagger_derive v0.1.2 [INFO] [stderr] Compiling awc v1.0.1 [INFO] [stderr] Compiling actix-web v2.0.0 [INFO] [stderr] Compiling mia_template_service_name_placeholder v0.1.2-alpha.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 14s [INFO] running `Command { std: "docker" "inspect" "7569ce71bb5f5180bd209f1b829579d4ac56a404cae2b8ab7a4e0f9533268742", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7569ce71bb5f5180bd209f1b829579d4ac56a404cae2b8ab7a4e0f9533268742", kill_on_drop: false }` [INFO] [stdout] 7569ce71bb5f5180bd209f1b829579d4ac56a404cae2b8ab7a4e0f9533268742 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e230a4f7da21965ea1f2b0f27a7ecf535197e6324176dcec5a1f97f4bf739612 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e230a4f7da21965ea1f2b0f27a7ecf535197e6324176dcec5a1f97f4bf739612", kill_on_drop: false }` [INFO] [stderr] Compiling mia_template_service_name_placeholder v0.1.2-alpha.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 13.84s [INFO] running `Command { std: "docker" "inspect" "e230a4f7da21965ea1f2b0f27a7ecf535197e6324176dcec5a1f97f4bf739612", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e230a4f7da21965ea1f2b0f27a7ecf535197e6324176dcec5a1f97f4bf739612", kill_on_drop: false }` [INFO] [stdout] e230a4f7da21965ea1f2b0f27a7ecf535197e6324176dcec5a1f97f4bf739612 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 402700db3581cb245367bd7a3e4d671e6bed19ba691a188fea8b176a50665ff3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "402700db3581cb245367bd7a3e4d671e6bed19ba691a188fea8b176a50665ff3", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.41s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/mia_template_service_name_placeholder-e3b0d16baccf45c8 [INFO] [stdout] running 8 tests [INFO] [stdout] test printer::tests::test_format_should_fallback_on_none ... ok [INFO] [stdout] test printer::tests::test_format_should_return_the_right_string ... ok [INFO] [stdout] test printer::tests::test_change_say_should_change_the_say ... ok [INFO] [stdout] test printer::tests::test_new_should_set_say_member ... ok [INFO] [stderr] thread '' panicked at 'explicit panic', src/handlers.rs:129:13 [INFO] [stderr] stack backtrace: [INFO] [stdout] test handlers::tests::test_is_up_ok ... ok [INFO] [stderr] [2020-08-10T00:57:03Z INFO actix_web::middleware::logger] - "GET / HTTP/1.1" 200 22 "-" "-" 0.000956 [INFO] [stderr] [2020-08-10T00:57:03Z INFO actix_web::middleware::logger] - "GET /?name=Tomm HTTP/1.1" 200 21 "-" "-" 0.000185 [INFO] [stdout] test server::tests::test_flow ... ok [INFO] [stderr] [2020-08-10T00:57:03Z INFO actix_web::middleware::logger] - "GET /?name=Tomm HTTP/1.1" 200 18 "-" "-" 0.007609 [INFO] [stderr] [2020-08-10T00:57:03Z INFO actix_web::middleware::logger] - "POST / HTTP/1.1" 200 0 "-" "-" 0.008212 [INFO] [stderr] 0: 0x55b322eb3595 - backtrace::backtrace::libunwind::trace::h5e2646fa3eddf2ea [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stderr] 1: 0x55b322eb3595 - backtrace::backtrace::trace_unsynchronized::hb95dd7f77ce47877 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x55b322eb3595 - std::sys_common::backtrace::_print_fmt::h5e71b67af43fd70d [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stderr] 3: 0x55b322eb3595 - ::fmt::hdb4a83d2b61107e5 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x55b322edda9c - core::fmt::write::ha20e7262fa3e8a7a [INFO] [stderr] at src/libcore/fmt/mod.rs:1076 [INFO] [stderr] 5: 0x55b322eac402 - std::io::Write::write_fmt::h1aebfe8a5a79e36d [INFO] [stderr] at src/libstd/io/mod.rs:1537 [INFO] [stderr] 6: 0x55b322eb5d20 - std::sys_common::backtrace::_print::h9c07314cc66ba539 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x55b322eb5d20 - std::sys_common::backtrace::print::hd1fd65f49a2d8544 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x55b322eb5d20 - std::panicking::default_hook::{{closure}}::h222da46485ab36fc [INFO] [stderr] at src/libstd/panicking.rs:198 [INFO] [stderr] 9: 0x55b322eb5a6c - std::panicking::default_hook::hc5868949d129ed00 [INFO] [stderr] at src/libstd/panicking.rs:217 [INFO] [stderr] 10: 0x55b322eb6363 - std::panicking::rust_panic_with_hook::h26a6ab8b0993c0c8 [INFO] [stderr] at src/libstd/panicking.rs:526 [INFO] [stderr] 11: 0x55b322bc8cc9 - std::panicking::begin_panic::h8f9546fb7972aa21 [INFO] [stderr] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:456 [INFO] [stderr] 12: 0x55b322745a71 - mia_template_service_name_placeholder::handlers::tests::make_rwlock_poisoned::{{closure}}::h5b6d2c6dc29e8c50 [INFO] [stderr] at src/handlers.rs:129 [INFO] [stderr] 13: 0x55b3226ed4da - std::sys_common::backtrace::__rust_begin_short_backtrace::h6fc89729b595ba05 [INFO] [stderr] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] test handlers::tests::test_is_up_ko ... ok [INFO] [stderr] 14: 0x55b3226bfe4a - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h9086977311f6f482 [INFO] [stderr] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:475 [INFO] [stderr] 15: 0x55b3226b9b0e - as core::ops::function::FnOnce<()>>::call_once::h6fe4890f8a5e57f6 [INFO] [stderr] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stderr] 16: 0x55b32271f17c - std::panicking::try::do_call::hcecefff30f07031a [INFO] [stderr] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stderr] 17: 0x55b32273426d - __rust_try [INFO] [stderr] 18: 0x55b32271ea17 - std::panicking::try::h7c2806245a108340 [INFO] [stderr] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stderr] 19: 0x55b3226beb8e - std::panic::catch_unwind::h984b94052f115aee [INFO] [stderr] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stderr] 20: 0x55b3226bfc5e - std::thread::Builder::spawn_unchecked::{{closure}}::ha806243621dbf07f [INFO] [stderr] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:474 [INFO] [stderr] 21: 0x55b3226c02de - core::ops::function::FnOnce::call_once{{vtable.shim}}::hdf170cce191de880 [INFO] [stderr] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stderr] 22: 0x55b322ebdcfa - as core::ops::function::FnOnce>::call_once::h61c24496ae624ac5 [INFO] [stderr] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stderr] 23: 0x55b322ebdcfa - as core::ops::function::FnOnce>::call_once::h89548957afa14049 [INFO] [stderr] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stderr] 24: 0x55b322ebdcfa - std::sys::unix::thread::Thread::new::thread_start::h73903fbbff5b990e [INFO] [stderr] at src/libstd/sys/unix/thread.rs:87 [INFO] [stderr] 25: 0x7f787ddfb609 - start_thread [INFO] [stderr] 26: 0x7f787dd07103 - __clone [INFO] [stderr] 27: 0x0 - [INFO] [stdout] Ok("") [INFO] [stdout] test tests::test_start ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "402700db3581cb245367bd7a3e4d671e6bed19ba691a188fea8b176a50665ff3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "402700db3581cb245367bd7a3e4d671e6bed19ba691a188fea8b176a50665ff3", kill_on_drop: false }` [INFO] [stdout] 402700db3581cb245367bd7a3e4d671e6bed19ba691a188fea8b176a50665ff3