[INFO] updating cached repository https://github.com/rappet/rust-pixelflut [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] 47d4afd8e27d30b3da134def2a3b37c47f83b6af [INFO] testing rappet/rust-pixelflut against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Frappet%2Frust-pixelflut" "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/rappet/rust-pixelflut 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/rappet/rust-pixelflut [INFO] removed 4 missing examples [INFO] finished tweaking git repo https://github.com/rappet/rust-pixelflut [INFO] tweaked toml for git repo https://github.com/rappet/rust-pixelflut written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/rappet/rust-pixelflut 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-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] 63b6fdff500a2107d5b7344d16ab56449e69c51665e1a6e8f96705605b051e24 [INFO] running `"docker" "start" "-a" "63b6fdff500a2107d5b7344d16ab56449e69c51665e1a6e8f96705605b051e24"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/examples/sync_server.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/sync_image.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/sync_client.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/async_server.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling pixelflut v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.20s [INFO] running `"docker" "inspect" "63b6fdff500a2107d5b7344d16ab56449e69c51665e1a6e8f96705605b051e24"` [INFO] running `"docker" "rm" "-f" "63b6fdff500a2107d5b7344d16ab56449e69c51665e1a6e8f96705605b051e24"` [INFO] [stdout] 63b6fdff500a2107d5b7344d16ab56449e69c51665e1a6e8f96705605b051e24 [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] 0105e8a6dd0ce879c770c36583da1741d334e339ff60d70f3ba297e1902aa8c7 [INFO] running `"docker" "start" "-a" "0105e8a6dd0ce879c770c36583da1741d334e339ff60d70f3ba297e1902aa8c7"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/examples/sync_server.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/sync_image.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/sync_client.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/async_server.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling pixelflut v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.99s [INFO] running `"docker" "inspect" "0105e8a6dd0ce879c770c36583da1741d334e339ff60d70f3ba297e1902aa8c7"` [INFO] running `"docker" "rm" "-f" "0105e8a6dd0ce879c770c36583da1741d334e339ff60d70f3ba297e1902aa8c7"` [INFO] [stdout] 0105e8a6dd0ce879c770c36583da1741d334e339ff60d70f3ba297e1902aa8c7 [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] e488580a6cc6083e26ae5ac08145138cfebcc4fb8b89c4606ac0b435ba6c4308 [INFO] running `"docker" "start" "-a" "e488580a6cc6083e26ae5ac08145138cfebcc4fb8b89c4606ac0b435ba6c4308"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/examples/sync_server.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/sync_image.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/sync_client.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/async_server.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pixelflut-80ab7210cf0868cb [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test command::test::display ... ok [INFO] [stdout] test pixel::tests::test_color_rgb ... ok [INFO] [stdout] test pixel::tests::test_color_normalized ... ok [INFO] [stdout] test pixel::tests::test_pixel_from_str ... ok [INFO] [stdout] test pixel::tests::test_color_rgba ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests pixelflut [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test src/pixel.rs - pixel::Color::rgb (line 97) ... ok [INFO] [stdout] test src/pixel.rs - pixel::Color::rgba (line 113) ... ok [INFO] [stdout] test src/sync/server.rs - sync::server::PixelflutStream (line 13) ... ok [INFO] [stdout] test src/pixel.rs - pixel::Color::packed (line 129) ... ok [INFO] [stdout] test src/pixel.rs - pixel::Color::from_str (line 247) ... ok [INFO] [stdout] test src/pixel.rs - pixel::Color::normalized (line 166) ... ok [INFO] [stdout] test src/command.rs - command (line 6) ... ok [INFO] [stdout] test src/pixel.rs - pixel::Color::pack (line 147) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "e488580a6cc6083e26ae5ac08145138cfebcc4fb8b89c4606ac0b435ba6c4308"` [INFO] running `"docker" "rm" "-f" "e488580a6cc6083e26ae5ac08145138cfebcc4fb8b89c4606ac0b435ba6c4308"` [INFO] [stdout] e488580a6cc6083e26ae5ac08145138cfebcc4fb8b89c4606ac0b435ba6c4308