[INFO] cloning repository https://github.com/KoltesDigital/Code-Kitchen-1 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KoltesDigital/Code-Kitchen-1" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKoltesDigital%2FCode-Kitchen-1", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKoltesDigital%2FCode-Kitchen-1'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e97e0e505bd63d9cd305bcabb24653a38d27d475 [INFO] testing KoltesDigital/Code-Kitchen-1 against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKoltesDigital%2FCode-Kitchen-1" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/KoltesDigital/Code-Kitchen-1 on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/KoltesDigital/Code-Kitchen-1 [INFO] finished tweaking git repo https://github.com/KoltesDigital/Code-Kitchen-1 [INFO] tweaked toml for git repo https://github.com/KoltesDigital/Code-Kitchen-1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/KoltesDigital/Code-Kitchen-1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] efb3b34dde31d56a930cb089349afe943f14d14698fa830a88341645547e9565 [INFO] running `Command { std: "docker" "start" "-a" "efb3b34dde31d56a930cb089349afe943f14d14698fa830a88341645547e9565", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "efb3b34dde31d56a930cb089349afe943f14d14698fa830a88341645547e9565", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efb3b34dde31d56a930cb089349afe943f14d14698fa830a88341645547e9565", kill_on_drop: false }` [INFO] [stdout] efb3b34dde31d56a930cb089349afe943f14d14698fa830a88341645547e9565 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 65a016ccec46f0b7d45b668c4f47d3b43424a1041eb73d8028243a4dde23c585 [INFO] running `Command { std: "docker" "start" "-a" "65a016ccec46f0b7d45b668c4f47d3b43424a1041eb73d8028243a4dde23c585", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Compiling proc-macro2 v1.0.5 [INFO] [stderr] Compiling libc v0.2.64 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling rosc v0.2.0 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling glfw-sys v3.3.0 [INFO] [stderr] Compiling gl v0.13.0 [INFO] [stderr] Compiling glfw v0.31.0 [INFO] [stderr] Compiling luminance-derive v0.5.0 [INFO] [stderr] Compiling luminance v0.37.1 [INFO] [stderr] Compiling luminance-windowing v0.8.0 [INFO] [stderr] Compiling luminance-glfw v0.11.0 [INFO] [stderr] Compiling trill v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.16s [INFO] running `Command { std: "docker" "inspect" "65a016ccec46f0b7d45b668c4f47d3b43424a1041eb73d8028243a4dde23c585", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65a016ccec46f0b7d45b668c4f47d3b43424a1041eb73d8028243a4dde23c585", kill_on_drop: false }` [INFO] [stdout] 65a016ccec46f0b7d45b668c4f47d3b43424a1041eb73d8028243a4dde23c585 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f59462d798232bf5dea953bf3b289eeb883168edbc9eb37d64dcdd6b66e08cab [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" "f59462d798232bf5dea953bf3b289eeb883168edbc9eb37d64dcdd6b66e08cab", kill_on_drop: false }` [INFO] [stderr] Compiling trill v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.00s [INFO] running `Command { std: "docker" "inspect" "f59462d798232bf5dea953bf3b289eeb883168edbc9eb37d64dcdd6b66e08cab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f59462d798232bf5dea953bf3b289eeb883168edbc9eb37d64dcdd6b66e08cab", kill_on_drop: false }` [INFO] [stdout] f59462d798232bf5dea953bf3b289eeb883168edbc9eb37d64dcdd6b66e08cab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c8a21276a45b868fb3e792a9c035ec2ae1ad17d47ada4bde0bf43476212e6752 [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" "c8a21276a45b868fb3e792a9c035ec2ae1ad17d47ada4bde0bf43476212e6752", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/trill-0d88ef9a6a629de2 [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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c8a21276a45b868fb3e792a9c035ec2ae1ad17d47ada4bde0bf43476212e6752", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8a21276a45b868fb3e792a9c035ec2ae1ad17d47ada4bde0bf43476212e6752", kill_on_drop: false }` [INFO] [stdout] c8a21276a45b868fb3e792a9c035ec2ae1ad17d47ada4bde0bf43476212e6752