[INFO] fetching crate oapth 0.1.0... [INFO] testing oapth-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate oapth 0.1.0 into /workspace/builds/worker-54/source [INFO] validating manifest of crates.io crate oapth 0.1.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate oapth 0.1.0 [INFO] finished tweaking crates.io crate oapth 0.1.0 [INFO] tweaked toml for crates.io crate oapth 0.1.0 written to /workspace/builds/worker-54/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44a00070a2e3196344c6407ca1495a2003d19b5bfc5bb3eb95a54c38d1330461 [INFO] running `Command { std: "docker" "start" "-a" "44a00070a2e3196344c6407ca1495a2003d19b5bfc5bb3eb95a54c38d1330461", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44a00070a2e3196344c6407ca1495a2003d19b5bfc5bb3eb95a54c38d1330461", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44a00070a2e3196344c6407ca1495a2003d19b5bfc5bb3eb95a54c38d1330461", kill_on_drop: false }` [INFO] [stdout] 44a00070a2e3196344c6407ca1495a2003d19b5bfc5bb3eb95a54c38d1330461 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f13ed86ef46f4c399b160417734f7dc44b71210adb188259f0036049af374a91 [INFO] running `Command { std: "docker" "start" "-a" "f13ed86ef46f4c399b160417734f7dc44b71210adb188259f0036049af374a91", kill_on_drop: false }` [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:7:49 [INFO] [stdout] | [INFO] [stdout] 7 | "_oapth_migration_omg_version INT NOT NULL, \ [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 8 | | [INFO] [stdout] 9 | | checksum VARCHAR(20) NOT NULL, \ [INFO] [stdout] | |____^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling oapth v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:11:27 [INFO] [stdout] | [INFO] [stdout] 11 | version INT NOT NULL, \ [INFO] [stdout] | ___________________________^ [INFO] [stdout] 12 | | [INFO] [stdout] 13 | | CONSTRAINT _oapth_migration_unq UNIQUE (version, _oapth_migration_omg_version)" [INFO] [stdout] | |____^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.13s [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:19:40 [INFO] [stdout] | [INFO] [stdout] 19 | "version INT NOT NULL PRIMARY KEY, \ [INFO] [stdout] | ________________________________________^ [INFO] [stdout] 20 | | [INFO] [stdout] 21 | | name VARCHAR(128) NOT NULL" [INFO] [stdout] | |____^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:71:7 [INFO] [stdout] | [INFO] [stdout] 71 | "); \ [INFO] [stdout] | _______^ [INFO] [stdout] 72 | | [INFO] [stdout] 73 | | CREATE TABLE IF NOT EXISTS _oapth_migration (", [INFO] [stdout] | |__^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:81:40 [INFO] [stdout] | [INFO] [stdout] 81 | "CREATE SCHEMA IF NOT EXISTS _oapth; \ [INFO] [stdout] | ________________________________________^ [INFO] [stdout] 82 | | [INFO] [stdout] 83 | | CREATE TABLE IF NOT EXISTS _oapth._oapth_migration_group (", [INFO] [stdout] | |__^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:97:7 [INFO] [stdout] | [INFO] [stdout] 97 | "); \ [INFO] [stdout] | _______^ [INFO] [stdout] 98 | | [INFO] [stdout] 99 | | CREATE TABLE IF NOT EXISTS _oapth_migration ( [INFO] [stdout] | |__^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:170:54 [INFO] [stdout] | [INFO] [stdout] 170 | _oapth_migration_group.version as omg_version, \ [INFO] [stdout] | ______________________________________________________^ [INFO] [stdout] 171 | | [INFO] [stdout] 172 | | _oapth_migration_group.name as omg_name, \ [INFO] [stdout] | |______^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f13ed86ef46f4c399b160417734f7dc44b71210adb188259f0036049af374a91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f13ed86ef46f4c399b160417734f7dc44b71210adb188259f0036049af374a91", kill_on_drop: false }` [INFO] [stdout] f13ed86ef46f4c399b160417734f7dc44b71210adb188259f0036049af374a91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c6befbc62dda1f7bb6276ab079f4f77e9c0068ab3094e1184955290931bd0ad8 [INFO] running `Command { std: "docker" "start" "-a" "c6befbc62dda1f7bb6276ab079f4f77e9c0068ab3094e1184955290931bd0ad8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:7:49 [INFO] [stdout] | [INFO] [stdout] 7 | "_oapth_migration_omg_version INT NOT NULL, \ [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 8 | | [INFO] [stdout] 9 | | checksum VARCHAR(20) NOT NULL, \ [INFO] [stdout] | |____^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:11:27 [INFO] [stdout] | [INFO] [stdout] 11 | version INT NOT NULL, \ [INFO] [stdout] | ___________________________^ [INFO] [stdout] 12 | | [INFO] [stdout] 13 | | CONSTRAINT _oapth_migration_unq UNIQUE (version, _oapth_migration_omg_version)" [INFO] [stdout] | |____^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:19:40 [INFO] [stdout] | [INFO] [stdout] 19 | "version INT NOT NULL PRIMARY KEY, \ [INFO] [stdout] | ________________________________________^ [INFO] [stdout] 20 | | [INFO] [stdout] 21 | | name VARCHAR(128) NOT NULL" [INFO] [stdout] | |____^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:71:7 [INFO] [stdout] | [INFO] [stdout] 71 | "); \ [INFO] [stdout] | _______^ [INFO] [stdout] 72 | | [INFO] [stdout] 73 | | CREATE TABLE IF NOT EXISTS _oapth_migration (", [INFO] [stdout] | |__^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:81:40 [INFO] [stdout] | [INFO] [stdout] 81 | "CREATE SCHEMA IF NOT EXISTS _oapth; \ [INFO] [stdout] | ________________________________________^ [INFO] [stdout] 82 | | [INFO] [stdout] 83 | | CREATE TABLE IF NOT EXISTS _oapth._oapth_migration_group (", [INFO] [stdout] | |__^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:97:7 [INFO] [stdout] | [INFO] [stdout] 97 | "); \ [INFO] [stdout] | _______^ [INFO] [stdout] 98 | | [INFO] [stdout] 99 | | CREATE TABLE IF NOT EXISTS _oapth_migration ( [INFO] [stdout] | |__^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:170:54 [INFO] [stdout] | [INFO] [stdout] 170 | _oapth_migration_group.version as omg_version, \ [INFO] [stdout] | ______________________________________________________^ [INFO] [stdout] 171 | | [INFO] [stdout] 172 | | _oapth_migration_group.name as omg_name, \ [INFO] [stdout] | |______^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling oapth v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:7:49 [INFO] [stdout] | [INFO] [stdout] 7 | "_oapth_migration_omg_version INT NOT NULL, \ [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 8 | | [INFO] [stdout] 9 | | checksum VARCHAR(20) NOT NULL, \ [INFO] [stdout] | |____^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:11:27 [INFO] [stdout] | [INFO] [stdout] 11 | version INT NOT NULL, \ [INFO] [stdout] | ___________________________^ [INFO] [stdout] 12 | | [INFO] [stdout] 13 | | CONSTRAINT _oapth_migration_unq UNIQUE (version, _oapth_migration_omg_version)" [INFO] [stdout] | |____^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:19:40 [INFO] [stdout] | [INFO] [stdout] 19 | "version INT NOT NULL PRIMARY KEY, \ [INFO] [stdout] | ________________________________________^ [INFO] [stdout] 20 | | [INFO] [stdout] 21 | | name VARCHAR(128) NOT NULL" [INFO] [stdout] | |____^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:71:7 [INFO] [stdout] | [INFO] [stdout] 71 | "); \ [INFO] [stdout] | _______^ [INFO] [stdout] 72 | | [INFO] [stdout] 73 | | CREATE TABLE IF NOT EXISTS _oapth_migration (", [INFO] [stdout] | |__^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:81:40 [INFO] [stdout] | [INFO] [stdout] 81 | "CREATE SCHEMA IF NOT EXISTS _oapth; \ [INFO] [stdout] | ________________________________________^ [INFO] [stdout] 82 | | [INFO] [stdout] 83 | | CREATE TABLE IF NOT EXISTS _oapth._oapth_migration_group (", [INFO] [stdout] | |__^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:97:7 [INFO] [stdout] | [INFO] [stdout] 97 | "); \ [INFO] [stdout] | _______^ [INFO] [stdout] 98 | | [INFO] [stdout] 99 | | CREATE TABLE IF NOT EXISTS _oapth_migration ( [INFO] [stdout] | |__^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/fixed_sql_commands.rs:170:54 [INFO] [stdout] | [INFO] [stdout] 170 | _oapth_migration_group.version as omg_version, \ [INFO] [stdout] | ______________________________________________________^ [INFO] [stdout] 171 | | [INFO] [stdout] 172 | | _oapth_migration_group.name as omg_name, \ [INFO] [stdout] | |______^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 19.23s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/oapth-f3fb34576b8b20c9) [INFO] running `Command { std: "docker" "inspect" "c6befbc62dda1f7bb6276ab079f4f77e9c0068ab3094e1184955290931bd0ad8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6befbc62dda1f7bb6276ab079f4f77e9c0068ab3094e1184955290931bd0ad8", kill_on_drop: false }` [INFO] [stdout] c6befbc62dda1f7bb6276ab079f4f77e9c0068ab3094e1184955290931bd0ad8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ea8c391ec3273a728d2b0561f5249aeaf395cf99f2be5dda2e08ee124925d6d3 [INFO] running `Command { std: "docker" "start" "-a" "ea8c391ec3273a728d2b0561f5249aeaf395cf99f2be5dda2e08ee124925d6d3", kill_on_drop: false }` [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> src/fixed_sql_commands.rs:7:49 [INFO] [stderr] | [INFO] [stderr] 7 | "_oapth_migration_omg_version INT NOT NULL, \ [INFO] [stderr] | _________________________________________________^ [INFO] [stderr] 8 | | [INFO] [stderr] 9 | | checksum VARCHAR(20) NOT NULL, \ [INFO] [stderr] | |____^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> src/fixed_sql_commands.rs:11:27 [INFO] [stderr] | [INFO] [stderr] 11 | version INT NOT NULL, \ [INFO] [stderr] | ___________________________^ [INFO] [stderr] 12 | | [INFO] [stderr] 13 | | CONSTRAINT _oapth_migration_unq UNIQUE (version, _oapth_migration_omg_version)" [INFO] [stderr] | |____^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> src/fixed_sql_commands.rs:19:40 [INFO] [stderr] | [INFO] [stderr] 19 | "version INT NOT NULL PRIMARY KEY, \ [INFO] [stderr] | ________________________________________^ [INFO] [stderr] 20 | | [INFO] [stderr] 21 | | name VARCHAR(128) NOT NULL" [INFO] [stderr] | |____^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> src/fixed_sql_commands.rs:71:7 [INFO] [stderr] | [INFO] [stderr] 71 | "); \ [INFO] [stderr] | _______^ [INFO] [stderr] 72 | | [INFO] [stderr] 73 | | CREATE TABLE IF NOT EXISTS _oapth_migration (", [INFO] [stderr] | |__^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> src/fixed_sql_commands.rs:81:40 [INFO] [stderr] | [INFO] [stderr] 81 | "CREATE SCHEMA IF NOT EXISTS _oapth; \ [INFO] [stderr] | ________________________________________^ [INFO] [stderr] 82 | | [INFO] [stderr] 83 | | CREATE TABLE IF NOT EXISTS _oapth._oapth_migration_group (", [INFO] [stderr] | |__^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> src/fixed_sql_commands.rs:97:7 [INFO] [stderr] | [INFO] [stderr] 97 | "); \ [INFO] [stderr] | _______^ [INFO] [stderr] 98 | | [INFO] [stderr] 99 | | CREATE TABLE IF NOT EXISTS _oapth_migration ( [INFO] [stderr] | |__^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> src/fixed_sql_commands.rs:170:54 [INFO] [stderr] | [INFO] [stderr] 170 | _oapth_migration_group.version as omg_version, \ [INFO] [stderr] | ______________________________________________________^ [INFO] [stderr] 171 | | [INFO] [stderr] 172 | | _oapth_migration_group.name as omg_name, \ [INFO] [stderr] | |______^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: `oapth` (lib) generated 7 warnings [INFO] [stderr] warning: `oapth` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/oapth-f3fb34576b8b20c9) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests oapth [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> /opt/rustwide/workdir/src/fixed_sql_commands.rs:7:49 [INFO] [stderr] | [INFO] [stderr] 7 | "_oapth_migration_omg_version INT NOT NULL, \ [INFO] [stderr] | _________________________________________________^ [INFO] [stderr] 8 | | [INFO] [stderr] 9 | | checksum VARCHAR(20) NOT NULL, \ [INFO] [stderr] | |____^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> /opt/rustwide/workdir/src/fixed_sql_commands.rs:11:27 [INFO] [stderr] | [INFO] [stderr] 11 | version INT NOT NULL, \ [INFO] [stderr] | ___________________________^ [INFO] [stderr] 12 | | [INFO] [stderr] 13 | | CONSTRAINT _oapth_migration_unq UNIQUE (version, _oapth_migration_omg_version)" [INFO] [stderr] | |____^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> /opt/rustwide/workdir/src/fixed_sql_commands.rs:19:40 [INFO] [stderr] | [INFO] [stderr] 19 | "version INT NOT NULL PRIMARY KEY, \ [INFO] [stderr] | ________________________________________^ [INFO] [stderr] 20 | | [INFO] [stderr] 21 | | name VARCHAR(128) NOT NULL" [INFO] [stderr] | |____^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> /opt/rustwide/workdir/src/fixed_sql_commands.rs:71:7 [INFO] [stderr] | [INFO] [stderr] 71 | "); \ [INFO] [stderr] | _______^ [INFO] [stderr] 72 | | [INFO] [stderr] 73 | | CREATE TABLE IF NOT EXISTS _oapth_migration (", [INFO] [stderr] | |__^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> /opt/rustwide/workdir/src/fixed_sql_commands.rs:81:40 [INFO] [stderr] | [INFO] [stderr] 81 | "CREATE SCHEMA IF NOT EXISTS _oapth; \ [INFO] [stderr] | ________________________________________^ [INFO] [stderr] 82 | | [INFO] [stderr] 83 | | CREATE TABLE IF NOT EXISTS _oapth._oapth_migration_group (", [INFO] [stderr] | |__^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> /opt/rustwide/workdir/src/fixed_sql_commands.rs:97:7 [INFO] [stderr] | [INFO] [stderr] 97 | "); \ [INFO] [stderr] | _______^ [INFO] [stderr] 98 | | [INFO] [stderr] 99 | | CREATE TABLE IF NOT EXISTS _oapth_migration ( [INFO] [stderr] | |__^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> /opt/rustwide/workdir/src/fixed_sql_commands.rs:170:54 [INFO] [stderr] | [INFO] [stderr] 170 | _oapth_migration_group.version as omg_version, \ [INFO] [stderr] | ______________________________________________________^ [INFO] [stderr] 171 | | [INFO] [stderr] 172 | | _oapth_migration_group.name as omg_name, \ [INFO] [stderr] | |______^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test src/migration.rs - migration::Migration::version (line 111) ... ok [INFO] [stdout] test src/migration/migration_group.rs - migration::migration_group::MigrationGroup::version (line 37) ... ok [INFO] [stdout] test src/config.rs - config::Config::password (line 116) ... ok [INFO] [stdout] test src/config.rs - config::Config::url (line 152) ... ok [INFO] [stdout] test src/config.rs - config::Config::user (line 164) ... ok [INFO] [stdout] test src/config.rs - config::Config::full_host (line 60) ... ok [INFO] [stdout] test src/migration/migration_group.rs - migration::migration_group::MigrationGroup::name (line 24) ... ok [INFO] [stdout] test src/config.rs - config::Config::host (line 80) ... ok [INFO] [stdout] test src/config.rs - config::Config::port (line 136) ... ok [INFO] [stdout] test src/doc_tests.rs - doc_tests::migration_group (line 23) ... ok [INFO] [stdout] test src/config.rs - config::Config::name (line 100) ... ok [INFO] [stdout] test src/doc_tests.rs - doc_tests::migration (line 5) ... ok [INFO] [stdout] test src/migration.rs - migration::Migration::name (line 70) ... ok [INFO] [stdout] test src/migration.rs - migration::Migration::sql_down (line 83) ... ok [INFO] [stdout] test src/migration.rs - migration::Migration::checksum (line 57) ... ok [INFO] [stdout] test src/migration.rs - migration::Migration::sql_up (line 96) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.76s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ea8c391ec3273a728d2b0561f5249aeaf395cf99f2be5dda2e08ee124925d6d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea8c391ec3273a728d2b0561f5249aeaf395cf99f2be5dda2e08ee124925d6d3", kill_on_drop: false }` [INFO] [stdout] ea8c391ec3273a728d2b0561f5249aeaf395cf99f2be5dda2e08ee124925d6d3