[INFO] cloning repository https://github.com/AdrisGithub/wss
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AdrisGithub/wss" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdrisGithub%2Fwss", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdrisGithub%2Fwss'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c1f2b5fe414fcf945fc6470e90fcb35fcf3520e4
[INFO] checking AdrisGithub/wss against master#8f21a5c92ea55c348c275a1bc4fedbdf181e0d64 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdrisGithub%2Fwss" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AdrisGithub/wss
[INFO] finished tweaking git repo https://github.com/AdrisGithub/wss
[INFO] tweaked toml for git repo https://github.com/AdrisGithub/wss written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AdrisGithub/wss on toolchain 8f21a5c92ea55c348c275a1bc4fedbdf181e0d64
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 17 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded colored v2.2.0
[INFO] [stderr]   Downloaded wbsl v0.1.1
[INFO] [stderr]   Downloaded wjp v1.1.3
[INFO] [stderr]   Downloaded aul v1.4.1
[INFO] [stderr]   Downloaded wbdl v1.2.0
[INFO] [stderr]   Downloaded whdp v1.2.0
[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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 84698c2bfe36cadc5631a7f6a89005cc0d0f65673a030ee4025ff8d3eeb1f570
[INFO] running `Command { std: "docker" "start" "-a" "84698c2bfe36cadc5631a7f6a89005cc0d0f65673a030ee4025ff8d3eeb1f570", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84698c2bfe36cadc5631a7f6a89005cc0d0f65673a030ee4025ff8d3eeb1f570", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84698c2bfe36cadc5631a7f6a89005cc0d0f65673a030ee4025ff8d3eeb1f570", kill_on_drop: false }`
[INFO] [stdout] 84698c2bfe36cadc5631a7f6a89005cc0d0f65673a030ee4025ff8d3eeb1f570
[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=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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7b4ce1fcd8e9aa030011c02566f9925b5e84f4b7399346907be3adb3a3246154
[INFO] running `Command { std: "docker" "start" "-a" "7b4ce1fcd8e9aa030011c02566f9925b5e84f4b7399346907be3adb3a3246154", kill_on_drop: false }`
[INFO] [stderr]     Checking wjp v1.1.3
[INFO] [stderr]     Checking wbdl v1.2.0
[INFO] [stderr]     Checking aul v1.4.1
[INFO] [stderr]     Checking whdp v1.2.0
[INFO] [stderr]     Checking wbsl v0.1.1
[INFO] [stderr]     Checking wbsl v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking ser_servlet v0.1.0 (/opt/rustwide/workdir/examples/ser_servlet)
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> src/main/methods.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]   |                       ---------- in this derive macro expansion
[INFO] [stdout] 6 | pub enum Methods {
[INFO] [stdout] 7 |     Get(HTTPFunction),
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]   = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> src/main/methods.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]   |                       ---------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 8 |     Post(HTTPFunction),
[INFO] [stdout]   |          ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> src/main/methods.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]   |                       ---------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 9 |     Options(HTTPFunction),
[INFO] [stdout]   |             ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                       ---------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 10 |     Connect(HTTPFunction),
[INFO] [stdout]    |             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                       ---------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 11 |     Delete(HTTPFunction),
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                       ---------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 12 |     Put(HTTPFunction),
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                       ---------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 13 |     Patch(HTTPFunction),
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                       ---------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 14 |     Head(HTTPFunction),
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                       ---------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 15 |     Trace(HTTPFunction),
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> src/main/methods.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]   |                                   --------- in this derive macro expansion
[INFO] [stdout] 6 | pub enum Methods {
[INFO] [stdout] 7 |     Get(HTTPFunction),
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> src/main/methods.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]   |                                   --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 8 |     Post(HTTPFunction),
[INFO] [stdout]   |          ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> src/main/methods.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]   |                                   --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 9 |     Options(HTTPFunction),
[INFO] [stdout]   |             ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                   --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 10 |     Connect(HTTPFunction),
[INFO] [stdout]    |             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                   --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 11 |     Delete(HTTPFunction),
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                   --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 12 |     Put(HTTPFunction),
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                   --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 13 |     Patch(HTTPFunction),
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                   --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 14 |     Head(HTTPFunction),
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                   --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 15 |     Trace(HTTPFunction),
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> src/main/methods.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]   |                                              --- in this derive macro expansion
[INFO] [stdout] 6 | pub enum Methods {
[INFO] [stdout] 7 |     Get(HTTPFunction),
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> src/main/methods.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]   |                                              --- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 8 |     Post(HTTPFunction),
[INFO] [stdout]   |          ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> src/main/methods.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]   |                                              --- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 9 |     Options(HTTPFunction),
[INFO] [stdout]   |             ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                              --- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 10 |     Connect(HTTPFunction),
[INFO] [stdout]    |             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                              --- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 11 |     Delete(HTTPFunction),
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                              --- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 12 |     Put(HTTPFunction),
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                              --- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 13 |     Patch(HTTPFunction),
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                              --- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 14 |     Head(HTTPFunction),
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                              --- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 15 |     Trace(HTTPFunction),
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> src/main/methods.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]   |                       ---------- in this derive macro expansion
[INFO] [stdout] 6 | pub enum Methods {
[INFO] [stdout] 7 |     Get(HTTPFunction),
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]   = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> src/main/methods.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]   |                       ---------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 8 |     Post(HTTPFunction),
[INFO] [stdout]   |          ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> src/main/methods.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]   |                       ---------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 9 |     Options(HTTPFunction),
[INFO] [stdout]   |             ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                       ---------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 10 |     Connect(HTTPFunction),
[INFO] [stdout]    |             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                       ---------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 11 |     Delete(HTTPFunction),
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                       ---------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 12 |     Put(HTTPFunction),
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                       ---------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 13 |     Patch(HTTPFunction),
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                       ---------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 14 |     Head(HTTPFunction),
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                       ---------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 15 |     Trace(HTTPFunction),
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> src/main/methods.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]   |                                   --------- in this derive macro expansion
[INFO] [stdout] 6 | pub enum Methods {
[INFO] [stdout] 7 |     Get(HTTPFunction),
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> src/main/methods.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]   |                                   --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 8 |     Post(HTTPFunction),
[INFO] [stdout]   |          ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> src/main/methods.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]   |                                   --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 9 |     Options(HTTPFunction),
[INFO] [stdout]   |             ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                   --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 10 |     Connect(HTTPFunction),
[INFO] [stdout]    |             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                   --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 11 |     Delete(HTTPFunction),
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                   --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 12 |     Put(HTTPFunction),
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                   --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 13 |     Patch(HTTPFunction),
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                   --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 14 |     Head(HTTPFunction),
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                   --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 15 |     Trace(HTTPFunction),
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> src/main/methods.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]   |                                              --- in this derive macro expansion
[INFO] [stdout] 6 | pub enum Methods {
[INFO] [stdout] 7 |     Get(HTTPFunction),
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> src/main/methods.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]   |                                              --- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 8 |     Post(HTTPFunction),
[INFO] [stdout]   |          ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> src/main/methods.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]   |                                              --- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 9 |     Options(HTTPFunction),
[INFO] [stdout]   |             ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                              --- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 10 |     Connect(HTTPFunction),
[INFO] [stdout]    |             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                              --- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 11 |     Delete(HTTPFunction),
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                              --- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 12 |     Put(HTTPFunction),
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                              --- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 13 |     Patch(HTTPFunction),
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                              --- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 14 |     Head(HTTPFunction),
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main/methods.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Debug, Hash)]
[INFO] [stdout]    |                                              --- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 15 |     Trace(HTTPFunction),
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
[INFO] running `Command { std: "docker" "inspect" "7b4ce1fcd8e9aa030011c02566f9925b5e84f4b7399346907be3adb3a3246154", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b4ce1fcd8e9aa030011c02566f9925b5e84f4b7399346907be3adb3a3246154", kill_on_drop: false }`
[INFO] [stdout] 7b4ce1fcd8e9aa030011c02566f9925b5e84f4b7399346907be3adb3a3246154
