[INFO] fetching crate rsedlib 0.1.1...
[INFO] testing rsedlib-0.1.1 against 1.95.0 for beta-1.96-2
[INFO] extracting crate rsedlib 0.1.1 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate rsedlib 0.1.1
[INFO] finished tweaking crates.io crate rsedlib 0.1.1
[INFO] tweaked toml for crates.io crate rsedlib 0.1.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rsedlib 0.1.1 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rsedlib 0.1.1 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libc v0.2.171
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 178b12db9467b813c3d5f7c05ed8c8cf7ba716994280d05b6434d8017cc7a7a3
[INFO] running `Command { std: "docker" "start" "-a" "178b12db9467b813c3d5f7c05ed8c8cf7ba716994280d05b6434d8017cc7a7a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "178b12db9467b813c3d5f7c05ed8c8cf7ba716994280d05b6434d8017cc7a7a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "178b12db9467b813c3d5f7c05ed8c8cf7ba716994280d05b6434d8017cc7a7a3", kill_on_drop: false }`
[INFO] [stdout] 178b12db9467b813c3d5f7c05ed8c8cf7ba716994280d05b6434d8017cc7a7a3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 922fb82735daa4c1cc365dd0d473832fb451eb81df939cc31f8d52fb9e103606
[INFO] running `Command { std: "docker" "start" "-a" "922fb82735daa4c1cc365dd0d473832fb451eb81df939cc31f8d52fb9e103606", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling rsedlib v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `EdlibAlignMode_EDLIB_MODE_NW` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const EdlibAlignMode_EDLIB_MODE_NW: EdlibAlignMode = 0;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_MODE_EDLIB_MODE_NW`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibAlignMode_EDLIB_MODE_SHW` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const EdlibAlignMode_EDLIB_MODE_SHW: EdlibAlignMode = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_MODE_EDLIB_MODE_SHW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibAlignMode_EDLIB_MODE_HW` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const EdlibAlignMode_EDLIB_MODE_HW: EdlibAlignMode = 2;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_MODE_EDLIB_MODE_HW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibAlignTask_EDLIB_TASK_DISTANCE` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const EdlibAlignTask_EDLIB_TASK_DISTANCE: EdlibAlignTask = 0;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_TASK_EDLIB_TASK_DISTANCE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibAlignTask_EDLIB_TASK_LOC` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const EdlibAlignTask_EDLIB_TASK_LOC: EdlibAlignTask = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_TASK_EDLIB_TASK_LOC`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibAlignTask_EDLIB_TASK_PATH` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const EdlibAlignTask_EDLIB_TASK_PATH: EdlibAlignTask = 2;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_TASK_EDLIB_TASK_PATH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibCigarFormat_EDLIB_CIGAR_STANDARD` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub const EdlibCigarFormat_EDLIB_CIGAR_STANDARD: EdlibCigarFormat = 0;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_CIGAR_FORMAT_EDLIB_CIGAR_STANDARD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibCigarFormat_EDLIB_CIGAR_EXTENDED` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub const EdlibCigarFormat_EDLIB_CIGAR_EXTENDED: EdlibCigarFormat = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_CIGAR_FORMAT_EDLIB_CIGAR_EXTENDED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `additionalEqualities` should have a snake case name
[INFO] [stdout]   --> src/edlib_sys.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub additionalEqualities: *const EdlibEqualityPair,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `additional_equalities`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `additionalEqualitiesLength` should have a snake case name
[INFO] [stdout]   --> src/edlib_sys.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub additionalEqualitiesLength: ::std::os::raw::c_int,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `additional_equalities_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `editDistance` should have a snake case name
[INFO] [stdout]   --> src/edlib_sys.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub editDistance: ::std::os::raw::c_int,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `edit_distance`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `endLocations` should have a snake case name
[INFO] [stdout]    --> src/edlib_sys.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub endLocations: *mut ::std::os::raw::c_int,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `end_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `startLocations` should have a snake case name
[INFO] [stdout]    --> src/edlib_sys.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub startLocations: *mut ::std::os::raw::c_int,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `start_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `numLocations` should have a snake case name
[INFO] [stdout]    --> src/edlib_sys.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub numLocations: ::std::os::raw::c_int,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `num_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `alignmentLength` should have a snake case name
[INFO] [stdout]    --> src/edlib_sys.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub alignmentLength: ::std::os::raw::c_int,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `alignment_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `alphabetLength` should have a snake case name
[INFO] [stdout]    --> src/edlib_sys.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub alphabetLength: ::std::os::raw::c_int,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `alphabet_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.93s
[INFO] running `Command { std: "docker" "inspect" "922fb82735daa4c1cc365dd0d473832fb451eb81df939cc31f8d52fb9e103606", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "922fb82735daa4c1cc365dd0d473832fb451eb81df939cc31f8d52fb9e103606", kill_on_drop: false }`
[INFO] [stdout] 922fb82735daa4c1cc365dd0d473832fb451eb81df939cc31f8d52fb9e103606
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aae3c2d2e9ab6ba069938a6f2b2dda78cf2abf16892f05e61afe677319592bb3
[INFO] running `Command { std: "docker" "start" "-a" "aae3c2d2e9ab6ba069938a6f2b2dda78cf2abf16892f05e61afe677319592bb3", kill_on_drop: false }`
[INFO] [stdout] warning: constant `EdlibAlignMode_EDLIB_MODE_NW` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const EdlibAlignMode_EDLIB_MODE_NW: EdlibAlignMode = 0;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_MODE_EDLIB_MODE_NW`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibAlignMode_EDLIB_MODE_SHW` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const EdlibAlignMode_EDLIB_MODE_SHW: EdlibAlignMode = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_MODE_EDLIB_MODE_SHW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibAlignMode_EDLIB_MODE_HW` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const EdlibAlignMode_EDLIB_MODE_HW: EdlibAlignMode = 2;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_MODE_EDLIB_MODE_HW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibAlignTask_EDLIB_TASK_DISTANCE` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const EdlibAlignTask_EDLIB_TASK_DISTANCE: EdlibAlignTask = 0;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_TASK_EDLIB_TASK_DISTANCE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibAlignTask_EDLIB_TASK_LOC` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const EdlibAlignTask_EDLIB_TASK_LOC: EdlibAlignTask = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_TASK_EDLIB_TASK_LOC`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibAlignTask_EDLIB_TASK_PATH` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const EdlibAlignTask_EDLIB_TASK_PATH: EdlibAlignTask = 2;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_TASK_EDLIB_TASK_PATH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibCigarFormat_EDLIB_CIGAR_STANDARD` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub const EdlibCigarFormat_EDLIB_CIGAR_STANDARD: EdlibCigarFormat = 0;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_CIGAR_FORMAT_EDLIB_CIGAR_STANDARD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rsedlib v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `EdlibCigarFormat_EDLIB_CIGAR_EXTENDED` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub const EdlibCigarFormat_EDLIB_CIGAR_EXTENDED: EdlibCigarFormat = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_CIGAR_FORMAT_EDLIB_CIGAR_EXTENDED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `additionalEqualities` should have a snake case name
[INFO] [stdout]   --> src/edlib_sys.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub additionalEqualities: *const EdlibEqualityPair,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `additional_equalities`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `additionalEqualitiesLength` should have a snake case name
[INFO] [stdout]   --> src/edlib_sys.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub additionalEqualitiesLength: ::std::os::raw::c_int,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `additional_equalities_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `editDistance` should have a snake case name
[INFO] [stdout]   --> src/edlib_sys.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub editDistance: ::std::os::raw::c_int,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `edit_distance`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `endLocations` should have a snake case name
[INFO] [stdout]    --> src/edlib_sys.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub endLocations: *mut ::std::os::raw::c_int,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `end_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `startLocations` should have a snake case name
[INFO] [stdout]    --> src/edlib_sys.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub startLocations: *mut ::std::os::raw::c_int,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `start_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `numLocations` should have a snake case name
[INFO] [stdout]    --> src/edlib_sys.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub numLocations: ::std::os::raw::c_int,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `num_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `alignmentLength` should have a snake case name
[INFO] [stdout]    --> src/edlib_sys.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub alignmentLength: ::std::os::raw::c_int,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `alignment_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `alphabetLength` should have a snake case name
[INFO] [stdout]    --> src/edlib_sys.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub alphabetLength: ::std::os::raw::c_int,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `alphabet_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibAlignMode_EDLIB_MODE_NW` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const EdlibAlignMode_EDLIB_MODE_NW: EdlibAlignMode = 0;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_MODE_EDLIB_MODE_NW`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibAlignMode_EDLIB_MODE_SHW` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const EdlibAlignMode_EDLIB_MODE_SHW: EdlibAlignMode = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_MODE_EDLIB_MODE_SHW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibAlignMode_EDLIB_MODE_HW` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const EdlibAlignMode_EDLIB_MODE_HW: EdlibAlignMode = 2;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_MODE_EDLIB_MODE_HW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibAlignTask_EDLIB_TASK_DISTANCE` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const EdlibAlignTask_EDLIB_TASK_DISTANCE: EdlibAlignTask = 0;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_TASK_EDLIB_TASK_DISTANCE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibAlignTask_EDLIB_TASK_LOC` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const EdlibAlignTask_EDLIB_TASK_LOC: EdlibAlignTask = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_TASK_EDLIB_TASK_LOC`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibAlignTask_EDLIB_TASK_PATH` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const EdlibAlignTask_EDLIB_TASK_PATH: EdlibAlignTask = 2;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_TASK_EDLIB_TASK_PATH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibCigarFormat_EDLIB_CIGAR_STANDARD` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub const EdlibCigarFormat_EDLIB_CIGAR_STANDARD: EdlibCigarFormat = 0;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_CIGAR_FORMAT_EDLIB_CIGAR_STANDARD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EdlibCigarFormat_EDLIB_CIGAR_EXTENDED` should have an upper case name
[INFO] [stdout]   --> src/edlib_sys.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub const EdlibCigarFormat_EDLIB_CIGAR_EXTENDED: EdlibCigarFormat = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_CIGAR_FORMAT_EDLIB_CIGAR_EXTENDED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `additionalEqualities` should have a snake case name
[INFO] [stdout]   --> src/edlib_sys.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub additionalEqualities: *const EdlibEqualityPair,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `additional_equalities`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `additionalEqualitiesLength` should have a snake case name
[INFO] [stdout]   --> src/edlib_sys.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub additionalEqualitiesLength: ::std::os::raw::c_int,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `additional_equalities_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `editDistance` should have a snake case name
[INFO] [stdout]   --> src/edlib_sys.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub editDistance: ::std::os::raw::c_int,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `edit_distance`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `endLocations` should have a snake case name
[INFO] [stdout]    --> src/edlib_sys.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub endLocations: *mut ::std::os::raw::c_int,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `end_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `startLocations` should have a snake case name
[INFO] [stdout]    --> src/edlib_sys.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub startLocations: *mut ::std::os::raw::c_int,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `start_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `numLocations` should have a snake case name
[INFO] [stdout]    --> src/edlib_sys.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub numLocations: ::std::os::raw::c_int,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `num_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `alignmentLength` should have a snake case name
[INFO] [stdout]    --> src/edlib_sys.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub alignmentLength: ::std::os::raw::c_int,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `alignment_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `alphabetLength` should have a snake case name
[INFO] [stdout]    --> src/edlib_sys.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub alphabetLength: ::std::os::raw::c_int,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `alphabet_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s
[INFO] running `Command { std: "docker" "inspect" "aae3c2d2e9ab6ba069938a6f2b2dda78cf2abf16892f05e61afe677319592bb3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aae3c2d2e9ab6ba069938a6f2b2dda78cf2abf16892f05e61afe677319592bb3", kill_on_drop: false }`
[INFO] [stdout] aae3c2d2e9ab6ba069938a6f2b2dda78cf2abf16892f05e61afe677319592bb3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 690da589f24bad50b90b0375d3040aaeeccac7457eeab9cd33025bb8348793b7
[INFO] running `Command { std: "docker" "start" "-a" "690da589f24bad50b90b0375d3040aaeeccac7457eeab9cd33025bb8348793b7", kill_on_drop: false }`
[INFO] [stderr] warning: constant `EdlibAlignMode_EDLIB_MODE_NW` should have an upper case name
[INFO] [stderr]   --> src/edlib_sys.rs:10:11
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub const EdlibAlignMode_EDLIB_MODE_NW: EdlibAlignMode = 0;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_MODE_EDLIB_MODE_NW`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `EdlibAlignMode_EDLIB_MODE_SHW` should have an upper case name
[INFO] [stderr]   --> src/edlib_sys.rs:12:11
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub const EdlibAlignMode_EDLIB_MODE_SHW: EdlibAlignMode = 1;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_MODE_EDLIB_MODE_SHW`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `EdlibAlignMode_EDLIB_MODE_HW` should have an upper case name
[INFO] [stderr]   --> src/edlib_sys.rs:14:11
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub const EdlibAlignMode_EDLIB_MODE_HW: EdlibAlignMode = 2;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_MODE_EDLIB_MODE_HW`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `EdlibAlignTask_EDLIB_TASK_DISTANCE` should have an upper case name
[INFO] [stderr]   --> src/edlib_sys.rs:18:11
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub const EdlibAlignTask_EDLIB_TASK_DISTANCE: EdlibAlignTask = 0;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_TASK_EDLIB_TASK_DISTANCE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `EdlibAlignTask_EDLIB_TASK_LOC` should have an upper case name
[INFO] [stderr]   --> src/edlib_sys.rs:20:11
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub const EdlibAlignTask_EDLIB_TASK_LOC: EdlibAlignTask = 1;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_TASK_EDLIB_TASK_LOC`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `EdlibAlignTask_EDLIB_TASK_PATH` should have an upper case name
[INFO] [stderr]   --> src/edlib_sys.rs:22:11
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub const EdlibAlignTask_EDLIB_TASK_PATH: EdlibAlignTask = 2;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_ALIGN_TASK_EDLIB_TASK_PATH`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `EdlibCigarFormat_EDLIB_CIGAR_STANDARD` should have an upper case name
[INFO] [stderr]   --> src/edlib_sys.rs:26:11
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub const EdlibCigarFormat_EDLIB_CIGAR_STANDARD: EdlibCigarFormat = 0;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_CIGAR_FORMAT_EDLIB_CIGAR_STANDARD`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `EdlibCigarFormat_EDLIB_CIGAR_EXTENDED` should have an upper case name
[INFO] [stderr]   --> src/edlib_sys.rs:28:11
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub const EdlibCigarFormat_EDLIB_CIGAR_EXTENDED: EdlibCigarFormat = 1;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EDLIB_CIGAR_FORMAT_EDLIB_CIGAR_EXTENDED`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `additionalEqualities` should have a snake case name
[INFO] [stderr]   --> src/edlib_sys.rs:58:9
[INFO] [stderr]    |
[INFO] [stderr] 58 |     pub additionalEqualities: *const EdlibEqualityPair,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `additional_equalities`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `additionalEqualitiesLength` should have a snake case name
[INFO] [stderr]   --> src/edlib_sys.rs:60:9
[INFO] [stderr]    |
[INFO] [stderr] 60 |     pub additionalEqualitiesLength: ::std::os::raw::c_int,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `additional_equalities_length`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `editDistance` should have a snake case name
[INFO] [stderr]   --> src/edlib_sys.rs:97:9
[INFO] [stderr]    |
[INFO] [stderr] 97 |     pub editDistance: ::std::os::raw::c_int,
[INFO] [stderr]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `edit_distance`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `endLocations` should have a snake case name
[INFO] [stderr]    --> src/edlib_sys.rs:100:9
[INFO] [stderr]     |
[INFO] [stderr] 100 |     pub endLocations: *mut ::std::os::raw::c_int,
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `end_locations`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `startLocations` should have a snake case name
[INFO] [stderr]    --> src/edlib_sys.rs:102:9
[INFO] [stderr]     |
[INFO] [stderr] 102 |     pub startLocations: *mut ::std::os::raw::c_int,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `start_locations`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `numLocations` should have a snake case name
[INFO] [stderr]    --> src/edlib_sys.rs:104:9
[INFO] [stderr]     |
[INFO] [stderr] 104 |     pub numLocations: ::std::os::raw::c_int,
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `num_locations`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `alignmentLength` should have a snake case name
[INFO] [stderr]    --> src/edlib_sys.rs:108:9
[INFO] [stderr]     |
[INFO] [stderr] 108 |     pub alignmentLength: ::std::os::raw::c_int,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `alignment_length`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `alphabetLength` should have a snake case name
[INFO] [stderr]    --> src/edlib_sys.rs:110:9
[INFO] [stderr]     |
[INFO] [stderr] 110 |     pub alphabetLength: ::std::os::raw::c_int,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `alphabet_length`
[INFO] [stderr] 
[INFO] [stderr] warning: `rsedlib` (lib) generated 16 warnings
[INFO] [stderr] warning: `rsedlib` (lib test) generated 16 warnings (16 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rsedlib-9e501bae7323e6a6)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::test_edlib_align ... ok
[INFO] [stdout] test tests::test_edlib_align2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests rsedlib
[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] running `Command { std: "docker" "inspect" "690da589f24bad50b90b0375d3040aaeeccac7457eeab9cd33025bb8348793b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "690da589f24bad50b90b0375d3040aaeeccac7457eeab9cd33025bb8348793b7", kill_on_drop: false }`
[INFO] [stdout] 690da589f24bad50b90b0375d3040aaeeccac7457eeab9cd33025bb8348793b7
