[INFO] cloning repository https://github.com/imor/pg_escape [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/imor/pg_escape" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimor%2Fpg_escape", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimor%2Fpg_escape'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d63fc9f0c319189ee06b5cc5701aed4f67768de8 [INFO] testing imor/pg_escape against try#a7ce54db9b096bd1098d07c645b489195a667c9f for pr-137940-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimor%2Fpg_escape" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/imor/pg_escape on toolchain a7ce54db9b096bd1098d07c645b489195a667c9f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/imor/pg_escape [INFO] finished tweaking git repo https://github.com/imor/pg_escape [INFO] tweaked toml for git repo https://github.com/imor/pg_escape written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/imor/pg_escape already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8908b1ec9ee5aa38a9a47cfeb3844cbaf72c8ce47574c64235426a9b0933a687 [INFO] running `Command { std: "docker" "start" "-a" "8908b1ec9ee5aa38a9a47cfeb3844cbaf72c8ce47574c64235426a9b0933a687", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8908b1ec9ee5aa38a9a47cfeb3844cbaf72c8ce47574c64235426a9b0933a687", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8908b1ec9ee5aa38a9a47cfeb3844cbaf72c8ce47574c64235426a9b0933a687", kill_on_drop: false }` [INFO] [stdout] 8908b1ec9ee5aa38a9a47cfeb3844cbaf72c8ce47574c64235426a9b0933a687 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ffe044bca8a5111ff3e55f081a6c7d47092df72323cae0a58356129bbd847b3 [INFO] running `Command { std: "docker" "start" "-a" "0ffe044bca8a5111ff3e55f081a6c7d47092df72323cae0a58356129bbd847b3", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling syn v2.0.85 [INFO] [stderr] Compiling phf_macros v0.11.2 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling pg_escape v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s [INFO] running `Command { std: "docker" "inspect" "0ffe044bca8a5111ff3e55f081a6c7d47092df72323cae0a58356129bbd847b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ffe044bca8a5111ff3e55f081a6c7d47092df72323cae0a58356129bbd847b3", kill_on_drop: false }` [INFO] [stdout] 0ffe044bca8a5111ff3e55f081a6c7d47092df72323cae0a58356129bbd847b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cbe3c4a840d02a30bf277ca209d57896daf53308238ea0e49f900baa3ac24045 [INFO] running `Command { std: "docker" "start" "-a" "cbe3c4a840d02a30bf277ca209d57896daf53308238ea0e49f900baa3ac24045", kill_on_drop: false }` [INFO] [stderr] Compiling pg_escape v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s [INFO] running `Command { std: "docker" "inspect" "cbe3c4a840d02a30bf277ca209d57896daf53308238ea0e49f900baa3ac24045", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbe3c4a840d02a30bf277ca209d57896daf53308238ea0e49f900baa3ac24045", kill_on_drop: false }` [INFO] [stdout] cbe3c4a840d02a30bf277ca209d57896daf53308238ea0e49f900baa3ac24045 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] de954c79601bb5c009ef2e6dbec6d0960093c21889ad80da60258232174794c1 [INFO] running `Command { std: "docker" "start" "-a" "de954c79601bb5c009ef2e6dbec6d0960093c21889ad80da60258232174794c1", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pg_escape-43318504f22717fc) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test identifier::tests::idents_starting_with_numerics_are_quoted ... ok [INFO] [stdout] test identifier::tests::keywords_are_quoted ... ok [INFO] [stdout] test identifier::tests::underscore_ident_is_not_quoted ... ok [INFO] [stdout] test identifier::tests::uppercase_alphabet_idents_are_quoted ... ok [INFO] [stdout] test literal::test::backslash_is_prefixed_with_e ... ok [INFO] [stdout] test identifier::tests::idents_with_numerics_in_the_middle_are_not_quoted ... ok [INFO] [stdout] test literal::test::empty_string_is_not_prefixed_with_e ... ok [INFO] [stdout] test literal::test::quote_is_not_prefixed_with_e ... ok [INFO] [stdout] test literal::test::quotes_and_backslashes_are_escaped ... ok [INFO] [stdout] test identifier::tests::non_ascii_idents_are_quoted ... ok [INFO] [stdout] test identifier::tests::idents_with_double_quote_are_quoted ... ok [INFO] [stdout] test identifier::tests::lowercase_alphabet_idents_are_not_quoted ... ok [INFO] [stdout] test identifier::tests::empty_str_ident_is_not_quoted ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests pg_escape [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test src/lib.rs - (line 11) ... ok [INFO] [stdout] test src/identifier.rs - identifier::quote_identifier (line 30) ... ok [INFO] [stdout] test src/lib.rs - (line 30) ... ok [INFO] [stdout] test src/identifier.rs - identifier::quote_identifier (line 46) ... ok [INFO] [stdout] test src/literal.rs - literal::quote_literal (line 8) ... ok [INFO] [stdout] test src/identifier.rs - identifier::quote_identifier (line 38) ... ok [INFO] [stdout] test src/lib.rs - (line 18) ... ok [INFO] [stdout] test src/lib.rs - (line 37) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.66s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "de954c79601bb5c009ef2e6dbec6d0960093c21889ad80da60258232174794c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de954c79601bb5c009ef2e6dbec6d0960093c21889ad80da60258232174794c1", kill_on_drop: false }` [INFO] [stdout] de954c79601bb5c009ef2e6dbec6d0960093c21889ad80da60258232174794c1