[INFO] crate fibers_http_server 0.1.11 is already in cache [INFO] testing fibers_http_server-0.1.11 against 1.38.0 for beta-1.39-1 [INFO] extracting crate fibers_http_server 0.1.11 into work/builds/worker-6/source [INFO] validating manifest of crates.io crate fibers_http_server 0.1.11 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 crates.io crate fibers_http_server 0.1.11 [INFO] finished tweaking crates.io crate fibers_http_server 0.1.11 [INFO] tweaked toml for crates.io crate fibers_http_server 0.1.11 written to work/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate fibers_http_server 0.1.11 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] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] 3fd28fd9342cc322406b254bc5e31d1bf03e674c91d6ed91782a299202a17d27 [INFO] running `"docker" "start" "-a" "3fd28fd9342cc322406b254bc5e31d1bf03e674c91d6ed91782a299202a17d27"` [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling smallvec v0.6.8 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling procinfo v0.4.2 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling num_cpus v1.9.0 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling fibers v0.1.12 [INFO] [stderr] Compiling trackable_derive v0.1.2 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling trackable v0.2.21 [INFO] [stderr] Compiling bytecodec v0.4.11 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling httpcodec v0.2.2 [INFO] [stderr] Compiling prometrics v0.1.11 [INFO] [stderr] Compiling fibers_http_server v0.1.11 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'derive_traits_for_trackable_error_newtype': please use `#[derive(TrackableError)]` instead [INFO] [stderr] --> src/error.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | derive_traits_for_trackable_error_newtype!(Error, ErrorKind); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.83s [INFO] running `"docker" "inspect" "3fd28fd9342cc322406b254bc5e31d1bf03e674c91d6ed91782a299202a17d27"` [INFO] running `"docker" "rm" "-f" "3fd28fd9342cc322406b254bc5e31d1bf03e674c91d6ed91782a299202a17d27"` [INFO] [stdout] 3fd28fd9342cc322406b254bc5e31d1bf03e674c91d6ed91782a299202a17d27 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] 5042ae0cc1c45adc2feb2cfe9eee03192344103a221d28591e6081c33951dfa5 [INFO] running `"docker" "start" "-a" "5042ae0cc1c45adc2feb2cfe9eee03192344103a221d28591e6081c33951dfa5"` [INFO] [stderr] Compiling memchr v2.1.3 [INFO] [stderr] Compiling crc32fast v1.1.2 [INFO] [stderr] Compiling serde v1.0.87 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_jitter v0.1.2 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling isatty v0.1.9 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling term v0.5.1 [INFO] [stderr] Compiling slog-async v2.3.0 [INFO] [stderr] Compiling serde_derive v1.0.87 [INFO] [stderr] Compiling fibers_global v0.1.1 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling libflate v0.1.19 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling slog-term v2.4.0 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling crossbeam v0.6.0 [INFO] [stderr] Compiling slog-kvfilter v0.7.0 [INFO] [stderr] Compiling slog-scope v4.1.1 [INFO] [stderr] Compiling slog-stdlog v3.0.2 [INFO] [stderr] Compiling sloggers v0.3.1 [INFO] [stderr] Compiling fibers_http_server v0.1.11 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'derive_traits_for_trackable_error_newtype': please use `#[derive(TrackableError)]` instead [INFO] [stderr] --> src/error.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | derive_traits_for_trackable_error_newtype!(Error, ErrorKind); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.67s [INFO] running `"docker" "inspect" "5042ae0cc1c45adc2feb2cfe9eee03192344103a221d28591e6081c33951dfa5"` [INFO] running `"docker" "rm" "-f" "5042ae0cc1c45adc2feb2cfe9eee03192344103a221d28591e6081c33951dfa5"` [INFO] [stdout] 5042ae0cc1c45adc2feb2cfe9eee03192344103a221d28591e6081c33951dfa5 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] be3803c26af75162811c2f43962d26b21989b6a1ffe4ad8a5cb8cbdb9037f38a [INFO] running `"docker" "start" "-a" "be3803c26af75162811c2f43962d26b21989b6a1ffe4ad8a5cb8cbdb9037f38a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/fibers_http_server-a1163f69eca13d02 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test dispatcher::test::dispatcher_works ... ok [INFO] [stdout] test test::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests fibers_http_server [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 5) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "be3803c26af75162811c2f43962d26b21989b6a1ffe4ad8a5cb8cbdb9037f38a"` [INFO] running `"docker" "rm" "-f" "be3803c26af75162811c2f43962d26b21989b6a1ffe4ad8a5cb8cbdb9037f38a"` [INFO] [stdout] be3803c26af75162811c2f43962d26b21989b6a1ffe4ad8a5cb8cbdb9037f38a