Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add _msize for Windows targets #3319

Merged
merged 2 commits into from
Aug 15, 2023

include _msize in windows tests

c0eb83e
Select commit
Loading
Failed to load commit list.
Merged

Add _msize for Windows targets #3319

include _msize in windows tests
c0eb83e
Select commit
Loading
Failed to load commit list.
Cirrus CI / nightly x86_64-unknown-freebsd-13 failed Aug 15, 2023 in 52s

Task Summary

Instruction test failed in 00:32

Details

✅ 00:04 clone
✅ 00:14 setup
❌ 00:32 test

  Downloaded garando_errors v0.1.0
  Downloaded semver v1.0.18
  Downloaded ryu v1.0.15
  Downloaded log v0.4.20
  Downloaded term v0.6.1
  Downloaded proc-macro2 v1.0.66
  Downloaded quote v1.0.32
  Downloaded serde v1.0.183
  Downloaded serde_json v1.0.104
  Downloaded garando_syntax v0.1.0
  Downloaded serde_derive v1.0.183
  Downloaded libc v0.2.147
  Downloaded syn v2.0.28
   Compiling proc-macro2 v1.0.66
   Compiling unicode-ident v1.0.11
   Compiling libc v0.2.147
   Compiling quote v1.0.32
   Compiling syn v2.0.28
   Compiling serde v1.0.183
   Compiling dirs-sys v0.3.7
   Compiling cfg-if v0.1.10
   Compiling dirs v2.0.2
   Compiling semver v1.0.18
   Compiling serde_json v1.0.104
   Compiling term v0.6.1
   Compiling unicode-xid v0.2.4
   Compiling ryu v1.0.15
   Compiling itoa v1.0.9
   Compiling bitflags v1.3.2
   Compiling log v0.4.20
   Compiling rustc_version v0.4.0
   Compiling cc v1.0.82
   Compiling serde_derive v1.0.183
   Compiling libc v0.2.147 (/tmp/cirrus-ci-build)
   Compiling garando_pos v0.1.0
   Compiling garando_errors v0.1.0
   Compiling garando_syntax v0.1.0
   Compiling ctest2 v0.4.7
   Compiling libc-test v0.2.147 (/tmp/cirrus-ci-build/libc-test)
error: call to `.clone()` on a reference in this situation does nothing
   --> libc-test/build.rs:645:22
    |
645 |                 if ty.clone().chars().next().unwrap().is_uppercase() {
    |                      ^^^^^^^^ help: remove this redundant call
    |
    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
note: the lint level is defined here
   --> libc-test/build.rs:1:9
    |
1   | #![deny(warnings)]
    |         ^^^^^^^^
    = note: `#[deny(noop_method_call)]` implied by `#[deny(warnings)]`

error: could not compile `libc-test` (build script) due to previous error

Exit status: 101