[INFO] crate yeslogic-ucd-generate 0.3.0 is already in cache [INFO] testing yeslogic-ucd-generate-0.3.0 against 1.45.2 for beta-1.46-1 [INFO] extracting crate yeslogic-ucd-generate 0.3.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate yeslogic-ucd-generate 0.3.0 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate yeslogic-ucd-generate 0.3.0 [INFO] finished tweaking crates.io crate yeslogic-ucd-generate 0.3.0 [INFO] tweaked toml for crates.io crate yeslogic-ucd-generate 0.3.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate yeslogic-ucd-generate 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+1.45.2" "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] c6f7588c7f0e0e3ea846010ade60eb34b071c622a18940e2a516abb34b0aae64 [INFO] running `Command { std: "docker" "start" "-a" "c6f7588c7f0e0e3ea846010ade60eb34b071c622a18940e2a516abb34b0aae64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c6f7588c7f0e0e3ea846010ade60eb34b071c622a18940e2a516abb34b0aae64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6f7588c7f0e0e3ea846010ade60eb34b071c622a18940e2a516abb34b0aae64", kill_on_drop: false }` [INFO] [stdout] c6f7588c7f0e0e3ea846010ade60eb34b071c622a18940e2a516abb34b0aae64 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5257f7902de14a0cd8833a4efed2cfcb7782d220aa9ba21210fa4f9f2cc6483d [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" "5257f7902de14a0cd8833a4efed2cfcb7782d220aa9ba21210fa4f9f2cc6483d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling ucd-util v0.1.4 [INFO] [stderr] Compiling utf8-ranges v1.0.3 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Compiling fst v0.3.5 [INFO] [stderr] Compiling regex-syntax v0.6.9 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling regex v1.2.0 [INFO] [stderr] Compiling regex-automata v0.1.7 [INFO] [stderr] Compiling yeslogic-ucd-parse v0.1.5 [INFO] [stderr] Compiling yeslogic-ucd-generate v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:32:39 [INFO] [stdout] | [INFO] [stdout] 32 | Error::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:33:41 [INFO] [stdout] | [INFO] [stdout] 33 | Error::Clap(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.38s [INFO] running `Command { std: "docker" "inspect" "5257f7902de14a0cd8833a4efed2cfcb7782d220aa9ba21210fa4f9f2cc6483d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5257f7902de14a0cd8833a4efed2cfcb7782d220aa9ba21210fa4f9f2cc6483d", kill_on_drop: false }` [INFO] [stdout] 5257f7902de14a0cd8833a4efed2cfcb7782d220aa9ba21210fa4f9f2cc6483d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 07a2f957c0603345df60a1d0deaff3c5083c0e7375f3570abfe8cd817918460f [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" "07a2f957c0603345df60a1d0deaff3c5083c0e7375f3570abfe8cd817918460f", kill_on_drop: false }` [INFO] [stderr] Compiling yeslogic-ucd-generate v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:32:39 [INFO] [stdout] | [INFO] [stdout] 32 | Error::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:33:41 [INFO] [stdout] | [INFO] [stdout] 33 | Error::Clap(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.02s [INFO] running `Command { std: "docker" "inspect" "07a2f957c0603345df60a1d0deaff3c5083c0e7375f3570abfe8cd817918460f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07a2f957c0603345df60a1d0deaff3c5083c0e7375f3570abfe8cd817918460f", kill_on_drop: false }` [INFO] [stdout] 07a2f957c0603345df60a1d0deaff3c5083c0e7375f3570abfe8cd817918460f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2de422b373f3b73c37bdb4446b6f07f0d396bfe2ca131b0b111293b125775656 [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" "2de422b373f3b73c37bdb4446b6f07f0d396bfe2ca131b0b111293b125775656", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:32:39 [INFO] [stderr] | [INFO] [stderr] 32 | Error::Io(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:33:41 [INFO] [stderr] | [INFO] [stderr] 33 | Error::Clap(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/yeslogic_ucd_generate-0eaec7ba0ecfbf0c [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test writer::tests::test_rust_type_name ... ok [INFO] [stdout] test writer::tests::packed ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2de422b373f3b73c37bdb4446b6f07f0d396bfe2ca131b0b111293b125775656", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2de422b373f3b73c37bdb4446b6f07f0d396bfe2ca131b0b111293b125775656", kill_on_drop: false }` [INFO] [stdout] 2de422b373f3b73c37bdb4446b6f07f0d396bfe2ca131b0b111293b125775656