[INFO] updating cached repository https://github.com/magnusmanske/evernote2turtl
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] efce5a722c7b1431037ea8488ea9e543a1760320
[INFO] testing magnusmanske/evernote2turtl against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmagnusmanske%2Fevernote2turtl" "/workspace/builds/worker-1/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/magnusmanske/evernote2turtl on toolchain 28742a1146f10a4f09369baad027a464acb7a766
[INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/magnusmanske/evernote2turtl
[INFO] finished tweaking git repo https://github.com/magnusmanske/evernote2turtl
[INFO] tweaked toml for git repo https://github.com/magnusmanske/evernote2turtl written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/magnusmanske/evernote2turtl already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 45381498c821cecbb9b41a50850e631b20771a83c83144b196088061aedc94c4
[INFO] running `"docker" "start" "-a" "45381498c821cecbb9b41a50850e631b20771a83c83144b196088061aedc94c4"`
[INFO] [stderr] Compiling proc-macro2 v0.4.27
[INFO] [stderr] Compiling serde v1.0.88
[INFO] [stderr] Compiling ryu v0.2.7
[INFO] [stderr] Compiling new_debug_unreachable v1.0.2
[INFO] [stderr] Compiling itoa v0.4.3
[INFO] [stderr] Compiling lazy_static v1.2.0
[INFO] [stderr] Compiling cfg-if v0.1.6
[INFO] [stderr] Compiling cc v1.0.29
[INFO] [stderr] Compiling crc32fast v1.1.2
[INFO] [stderr] Compiling ucd-util v0.1.3
[INFO] [stderr] Compiling utf8-ranges v1.0.2
[INFO] [stderr] Compiling podio v0.1.6
[INFO] [stderr] Compiling percent-encoding v1.0.1
[INFO] [stderr] Compiling json v0.11.13
[INFO] [stderr] Compiling rand_os v0.1.2
[INFO] [stderr] Compiling rand_pcg v0.1.1
[INFO] [stderr] Compiling futf v0.1.4
[INFO] [stderr] Compiling log v0.4.6
[INFO] [stderr] Compiling thread_local v0.3.6
[INFO] [stderr] Compiling regex-syntax v0.6.5
[INFO] [stderr] Compiling tendril v0.4.1
[INFO] [stderr] Compiling rand v0.6.5
[INFO] [stderr] Compiling libflate v0.1.20
[INFO] [stderr] Compiling bzip2-sys v0.1.7
[INFO] [stderr] Compiling quote v0.6.11
[INFO] [stderr] Compiling syn v0.15.26
[INFO] [stderr] Compiling phf_generator v0.7.24
[INFO] [stderr] Compiling string_cache_codegen v0.4.2
[INFO] [stderr] Compiling phf_codegen v0.7.24
[INFO] [stderr] Compiling bzip2 v0.3.3
[INFO] [stderr] Compiling zip v0.5.0
[INFO] [stderr] Compiling string_cache v0.7.3
[INFO] [stderr] Compiling regex v1.1.0
[INFO] [stderr] Compiling serde_json v1.0.38
[INFO] [stderr] Compiling uuid v0.7.2
[INFO] [stderr] Compiling serde_derive v1.0.88
[INFO] [stderr] Compiling html5ever v0.22.5
[INFO] [stderr] Compiling markup5ever v0.7.5
[INFO] [stderr] Compiling html2md v0.2.7
[INFO] [stderr] Compiling evernote2turtl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: static variable `space_id` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:13:20
[INFO] [stderr] |
[INFO] [stderr] 13 | static ref space_id: String = get_uuid();
[INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `SPACE_ID`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: static variable `re` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:21:20
[INFO] [stderr] |
[INFO] [stderr] 21 | static ref re: Regex = Regex::new(r"
\s*(.+?)\s*").unwrap();
[INFO] [stderr] | ^^ help: convert the identifier to upper case: `RE`
[INFO] [stderr]
[INFO] [stderr] warning: static variable `re` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:32:20
[INFO] [stderr] |
[INFO] [stderr] 32 | static ref re: Regex = Regex::new(r"-").unwrap();
[INFO] [stderr] | ^^ help: convert the identifier to upper case: `RE`
[INFO] [stderr]
[INFO] [stderr] warning: static variable `re_html` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:124:20
[INFO] [stderr] |
[INFO] [stderr] 124 | static ref re_html: Regex = Regex::new(r"\.html$").unwrap();
[INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `RE_HTML`
[INFO] [stderr]
[INFO] [stderr] warning: static variable `re_hidden1` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:125:20
[INFO] [stderr] |
[INFO] [stderr] 125 | static ref re_hidden1: Regex = Regex::new(r"/\.").unwrap();
[INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper case: `RE_HIDDEN1`
[INFO] [stderr]
[INFO] [stderr] warning: static variable `re_hidden2` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:126:20
[INFO] [stderr] |
[INFO] [stderr] 126 | static ref re_hidden2: Regex = Regex::new(r"^\.").unwrap();
[INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper case: `RE_HIDDEN2`
[INFO] [stderr]
[INFO] [stderr] warning: static variable `re` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:155:20
[INFO] [stderr] |
[INFO] [stderr] 155 | static ref re: Regex = Regex::new(r"\.html$").unwrap();
[INFO] [stderr] | ^^ help: convert the identifier to upper case: `RE`
[INFO] [stderr]
[INFO] [stderr] warning: 7 warnings emitted
[INFO] [stderr]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 25s
[INFO] running `"docker" "inspect" "45381498c821cecbb9b41a50850e631b20771a83c83144b196088061aedc94c4"`
[INFO] running `"docker" "rm" "-f" "45381498c821cecbb9b41a50850e631b20771a83c83144b196088061aedc94c4"`
[INFO] [stdout] 45381498c821cecbb9b41a50850e631b20771a83c83144b196088061aedc94c4
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen" "--no-run"`
[INFO] [stdout] a9ceaa7743d61bd99450a1d9a7bf38c6960a6b853e2de748871acc71ea143058
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "a9ceaa7743d61bd99450a1d9a7bf38c6960a6b853e2de748871acc71ea143058"`
[INFO] [stderr] Compiling evernote2turtl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: static variable `space_id` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:13:20
[INFO] [stderr] |
[INFO] [stderr] 13 | static ref space_id: String = get_uuid();
[INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `SPACE_ID`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: static variable `re` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:21:20
[INFO] [stderr] |
[INFO] [stderr] 21 | static ref re: Regex = Regex::new(r"\s*(.+?)\s*").unwrap();
[INFO] [stderr] | ^^ help: convert the identifier to upper case: `RE`
[INFO] [stderr]
[INFO] [stderr] warning: static variable `re` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:32:20
[INFO] [stderr] |
[INFO] [stderr] 32 | static ref re: Regex = Regex::new(r"-").unwrap();
[INFO] [stderr] | ^^ help: convert the identifier to upper case: `RE`
[INFO] [stderr]
[INFO] [stderr] warning: static variable `re_html` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:124:20
[INFO] [stderr] |
[INFO] [stderr] 124 | static ref re_html: Regex = Regex::new(r"\.html$").unwrap();
[INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `RE_HTML`
[INFO] [stderr]
[INFO] [stderr] warning: static variable `re_hidden1` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:125:20
[INFO] [stderr] |
[INFO] [stderr] 125 | static ref re_hidden1: Regex = Regex::new(r"/\.").unwrap();
[INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper case: `RE_HIDDEN1`
[INFO] [stderr]
[INFO] [stderr] warning: static variable `re_hidden2` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:126:20
[INFO] [stderr] |
[INFO] [stderr] 126 | static ref re_hidden2: Regex = Regex::new(r"^\.").unwrap();
[INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper case: `RE_HIDDEN2`
[INFO] [stderr]
[INFO] [stderr] warning: static variable `re` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:155:20
[INFO] [stderr] |
[INFO] [stderr] 155 | static ref re: Regex = Regex::new(r"\.html$").unwrap();
[INFO] [stderr] | ^^ help: convert the identifier to upper case: `RE`
[INFO] [stderr]
[INFO] [stderr] warning: 7 warnings emitted
[INFO] [stderr]
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.77s
[INFO] running `"docker" "inspect" "a9ceaa7743d61bd99450a1d9a7bf38c6960a6b853e2de748871acc71ea143058"`
[INFO] running `"docker" "rm" "-f" "a9ceaa7743d61bd99450a1d9a7bf38c6960a6b853e2de748871acc71ea143058"`
[INFO] [stdout] a9ceaa7743d61bd99450a1d9a7bf38c6960a6b853e2de748871acc71ea143058
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen"`
[INFO] [stdout] be1d618c9659d647bfb5cd579456f9170bcab63d8c5d0540ff50caf77cfb6424
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "be1d618c9659d647bfb5cd579456f9170bcab63d8c5d0540ff50caf77cfb6424"`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] warning: static variable `space_id` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:13:20
[INFO] [stderr] |
[INFO] [stderr] 13 | static ref space_id: String = get_uuid();
[INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `SPACE_ID`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: static variable `re` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:21:20
[INFO] [stderr] |
[INFO] [stderr] 21 | static ref re: Regex = Regex::new(r"\s*(.+?)\s*").unwrap();
[INFO] [stderr] | ^^ help: convert the identifier to upper case: `RE`
[INFO] [stderr]
[INFO] [stderr] warning: static variable `re` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:32:20
[INFO] [stderr] |
[INFO] [stderr] 32 | static ref re: Regex = Regex::new(r"-").unwrap();
[INFO] [stderr] | ^^ help: convert the identifier to upper case: `RE`
[INFO] [stderr]
[INFO] [stderr] warning: static variable `re_html` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:124:20
[INFO] [stderr] |
[INFO] [stderr] 124 | static ref re_html: Regex = Regex::new(r"\.html$").unwrap();
[INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `RE_HTML`
[INFO] [stderr]
[INFO] [stderr] warning: static variable `re_hidden1` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:125:20
[INFO] [stderr] |
[INFO] [stderr] 125 | static ref re_hidden1: Regex = Regex::new(r"/\.").unwrap();
[INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper case: `RE_HIDDEN1`
[INFO] [stderr]
[INFO] [stderr] warning: static variable `re_hidden2` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:126:20
[INFO] [stderr] |
[INFO] [stderr] 126 | static ref re_hidden2: Regex = Regex::new(r"^\.").unwrap();
[INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper case: `RE_HIDDEN2`
[INFO] [stderr]
[INFO] [stderr] warning: static variable `re` should have an upper case name
[INFO] [stderr] --> src/evernote2turtl.rs:155:20
[INFO] [stderr] |
[INFO] [stderr] 155 | static ref re: Regex = Regex::new(r"\.html$").unwrap();
[INFO] [stderr] | ^^ help: convert the identifier to upper case: `RE`
[INFO] [stderr]
[INFO] [stderr] warning: 7 warnings emitted
[INFO] [stderr]
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.66s
[INFO] [stderr] Running /opt/rustwide/target/debug/deps/evernote2turtl-f5b9c9240225056d
[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 `"docker" "inspect" "be1d618c9659d647bfb5cd579456f9170bcab63d8c5d0540ff50caf77cfb6424"`
[INFO] running `"docker" "rm" "-f" "be1d618c9659d647bfb5cd579456f9170bcab63d8c5d0540ff50caf77cfb6424"`
[INFO] [stdout] be1d618c9659d647bfb5cd579456f9170bcab63d8c5d0540ff50caf77cfb6424