[INFO] cloning repository https://github.com/edu-sync/edu-sync [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/edu-sync/edu-sync" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedu-sync%2Fedu-sync", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedu-sync%2Fedu-sync'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 67ef56b845b4779b676e3e1287ecc7cffa0b8439 [INFO] testing edu-sync/edu-sync against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedu-sync%2Fedu-sync" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/edu-sync/edu-sync on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/edu-sync/edu-sync [INFO] finished tweaking git repo https://github.com/edu-sync/edu-sync [INFO] tweaked toml for git repo https://github.com/edu-sync/edu-sync written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/edu-sync/edu-sync already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1597b338c9a3fd90f076c40b22c59aa0a1e57c14a8c3b2f85fd0a7bd93095ee6 [INFO] running `Command { std: "docker" "start" "-a" "1597b338c9a3fd90f076c40b22c59aa0a1e57c14a8c3b2f85fd0a7bd93095ee6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1597b338c9a3fd90f076c40b22c59aa0a1e57c14a8c3b2f85fd0a7bd93095ee6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1597b338c9a3fd90f076c40b22c59aa0a1e57c14a8c3b2f85fd0a7bd93095ee6", kill_on_drop: false }` [INFO] [stdout] 1597b338c9a3fd90f076c40b22c59aa0a1e57c14a8c3b2f85fd0a7bd93095ee6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bda63ad84b01f359ab824ac681ec5935dc8f169a577b3a791213a3aaf92eb17d [INFO] running `Command { std: "docker" "start" "-a" "bda63ad84b01f359ab824ac681ec5935dc8f169a577b3a791213a3aaf92eb17d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.34 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling serde_derive v1.0.132 [INFO] [stderr] Compiling serde v1.0.132 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling fastrand v1.6.0 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling time-macros v0.2.3 [INFO] [stderr] Compiling utf8-width v0.1.5 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling zeroize v1.4.3 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling num-bigint v0.3.3 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling rustls-pemfile v0.2.1 [INFO] [stderr] Compiling html-escape v0.2.9 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling http v0.2.4 (https://github.com/mkroening/http.git?branch=non-ascii#ef673203) [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling backtrace v0.3.63 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling cipher v0.2.5 [INFO] [stderr] Compiling crypto-mac v0.10.1 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling sha2 v0.9.8 [INFO] [stderr] Compiling aes-soft v0.6.4 [INFO] [stderr] Compiling block-modes v0.7.0 [INFO] [stderr] Compiling hkdf v0.10.0 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling aes v0.6.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling polling v2.2.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling directories v4.0.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling nb-connect v1.2.0 [INFO] [stderr] Compiling console v0.15.0 [INFO] [stderr] Compiling os_type v2.4.0 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling indicatif v0.16.2 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling dialoguer v0.9.0 [INFO] [stderr] Compiling num v0.3.1 [INFO] [stderr] Compiling rustls v0.20.2 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling darling_core v0.13.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling enumflags2_derive v0.6.4 [INFO] [stderr] Compiling serde_repr v0.1.7 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling edu-ws-derive v0.1.2 (/opt/rustwide/workdir/edu-ws-derive) [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling darling_macro v0.13.1 [INFO] [stderr] Compiling tokio v1.15.0 [INFO] [stderr] Compiling darling v0.13.1 [INFO] [stderr] Compiling serde_with_macros v1.5.1 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling structopt v0.3.25 [INFO] [stderr] Compiling futures-executor v0.3.19 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-rustls v0.23.2 [INFO] [stderr] Compiling h2 v0.3.9 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling enumflags2 v0.6.4 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling time v0.3.5 [INFO] [stderr] Compiling serde_with v1.11.0 [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stderr] Compiling proc-macro-crate v1.1.0 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling human-panic v1.0.3 [INFO] [stderr] Compiling zvariant_derive v2.10.0 [INFO] [stderr] Compiling zbus_macros v1.9.1 [INFO] [stderr] Compiling zvariant v2.10.0 [INFO] [stderr] Compiling hyper-rustls v0.23.0 [INFO] [stderr] Compiling reqwest v0.11.7 [INFO] [stderr] Compiling zbus v1.9.1 [INFO] [stderr] Compiling edu-ws v0.1.2 (/opt/rustwide/workdir/edu-ws) [INFO] [stderr] Compiling secret-service v2.0.1 [INFO] [stderr] Compiling keyring v1.0.0 [INFO] [stderr] Compiling edu-sync v0.1.2 (/opt/rustwide/workdir/edu-sync) [INFO] [stderr] Compiling edu-sync-cli v0.1.2 (/opt/rustwide/workdir/edu-sync-cli) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.44s [INFO] running `Command { std: "docker" "inspect" "bda63ad84b01f359ab824ac681ec5935dc8f169a577b3a791213a3aaf92eb17d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bda63ad84b01f359ab824ac681ec5935dc8f169a577b3a791213a3aaf92eb17d", kill_on_drop: false }` [INFO] [stdout] bda63ad84b01f359ab824ac681ec5935dc8f169a577b3a791213a3aaf92eb17d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce7e206b12d59d9fa13408384fc6ce672842c63458b10f42c8fcc18b94c21c15 [INFO] running `Command { std: "docker" "start" "-a" "ce7e206b12d59d9fa13408384fc6ce672842c63458b10f42c8fcc18b94c21c15", kill_on_drop: false }` [INFO] [stderr] Compiling edu-ws-derive v0.1.2 (/opt/rustwide/workdir/edu-ws-derive) [INFO] [stderr] Compiling edu-ws v0.1.2 (/opt/rustwide/workdir/edu-ws) [INFO] [stderr] Compiling edu-sync v0.1.2 (/opt/rustwide/workdir/edu-sync) [INFO] [stderr] Compiling edu-sync-cli v0.1.2 (/opt/rustwide/workdir/edu-sync-cli) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.71s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/edu_sync-9761a44218fc78c6) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/edu_sync_cli-40bc6db9e0b4c983) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/edu_ws-f7ede9a1ad3b7a0e) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/edu_ws_derive-646f0061f322018c) [INFO] running `Command { std: "docker" "inspect" "ce7e206b12d59d9fa13408384fc6ce672842c63458b10f42c8fcc18b94c21c15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce7e206b12d59d9fa13408384fc6ce672842c63458b10f42c8fcc18b94c21c15", kill_on_drop: false }` [INFO] [stdout] ce7e206b12d59d9fa13408384fc6ce672842c63458b10f42c8fcc18b94c21c15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c3033a9d8fc13743ebc3c26f07e091f669c4b520d78c899c55d936e7dd8acc76 [INFO] running `Command { std: "docker" "start" "-a" "c3033a9d8fc13743ebc3c26f07e091f669c4b520d78c899c55d936e7dd8acc76", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.38s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/edu_sync-9761a44218fc78c6) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test util::tests::push_extension_test ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/edu_sync_cli-40bc6db9e0b4c983) [INFO] [stdout] test util::tests::sanitize_filename_test ... ok [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/edu_ws-f7ede9a1ad3b7a0e) [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test ajax::tests::test_ajax_result_deserialization ... ok [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/edu_ws_derive-646f0061f322018c) [INFO] [stdout] test response::config::tests::test_warning_deserialization ... ok [INFO] [stdout] test response::content::tests::test_completion_data_deserialization ... ok [INFO] [stdout] test response::content::tests::test_contents_info_deserialization ... ok [INFO] [stdout] test response::content::tests::test_content_deserialization ... ok [INFO] [stdout] test response::info::tests::test_feature_deserialization ... ok [INFO] [stdout] test response::info::tests::test_function_deserialization ... ok [INFO] [stdout] test response::info::tests::test_info_deserialization ... ok [INFO] [stdout] test response::content::tests::test_section_deserialization ... ok [INFO] [stdout] test response::course::tests::test_overview_file_deserialization ... ok [INFO] [stdout] test token::login::tests::test_login_error_deserialization ... ok [INFO] [stdout] test response::config::tests::test_identity_provider_deserialization ... ok [INFO] [stdout] test response::content::tests::test_tag_deserialization ... ok [INFO] [stdout] test response::content::tests::test_module_deserialization ... ok [INFO] [stdout] test response::course::tests::test_course_deserialization ... ok [INFO] [stdout] test response::config::tests::test_config_deserialization ... ok [INFO] [stdout] test token::tests::test_token_deserialization ... ok [INFO] [stdout] test token::login::tests::test_login_response_deserialization ... ok [INFO] [stdout] test ws::tests::test_ws_result_deserialization ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Doc-tests edu-sync [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests edu-ws [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests edu-ws-derive [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c3033a9d8fc13743ebc3c26f07e091f669c4b520d78c899c55d936e7dd8acc76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3033a9d8fc13743ebc3c26f07e091f669c4b520d78c899c55d936e7dd8acc76", kill_on_drop: false }` [INFO] [stdout] c3033a9d8fc13743ebc3c26f07e091f669c4b520d78c899c55d936e7dd8acc76