Created
January 14, 2023 19:21
-
-
Save superherointj/358fafaf6686b8c2de6e23a74a6ee0dd to your computer and use it in GitHub Desktop.
nix build .#pkgsMusl.perl536Packages.POSIXstrftimeCompiler
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@nix { "action": "setPhase", "phase": "unpackPhase" } | |
unpacking sources | |
unpacking source archive /nix/store/i2iy0l8ppwq0ppwpkpxblg67rcq39b6j-POSIX-strftime-Compiler-0.44.tar.gz | |
source root is POSIX-strftime-Compiler-0.44 | |
setting SOURCE_DATE_EPOCH to timestamp 1597043442 of file POSIX-strftime-Compiler-0.44/t/04_tzset.t | |
@nix { "action": "setPhase", "phase": "patchPhase" } | |
patching sources | |
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } | |
updateAutotoolsGnuConfigScriptsPhase | |
@nix { "action": "setPhase", "phase": "configurePhase" } | |
configuring | |
patching ./t/02_timezone.pl... | |
no configure script, doing nothing | |
@nix { "action": "setPhase", "phase": "buildPhase" } | |
building | |
Creating new 'Build' script for 'POSIX-strftime-Compiler' version '0.44' | |
cp lib/POSIX/strftime/Compiler.pm blib/lib/POSIX/strftime/Compiler.pm | |
@nix { "action": "setPhase", "phase": "checkPhase" } | |
running tests | |
t/00_compile.t ... | |
t/00_compile.t ... 1/? | |
t/00_compile.t ... ok | |
t/01_basic.t ..... | |
t/01_basic.t ..... 1/? | |
t/01_basic.t ..... ok | |
t/02_timezone.t .. | |
t/02_timezone.t .. 1/? | |
# Failed test 'tmzone1(CET-1CEST)' | |
# at t/02_timezone.t line 26. | |
# got: '+0200' | |
# expected: '+0100' | |
# Failed test 'tmname1(CET-1CEST)' | |
# at t/02_timezone.t line 27. | |
# got: 'CEST' | |
# expected: 'CET' | |
t/02_timezone.t .. 3/? # Looks like you failed 2 tests of 4. | |
t/02_timezone.t .. Dubious, test returned 2 (wstat 512, 0x200) | |
Failed 2/4 subtests | |
t/03_isoweek.t ... | |
t/03_isoweek.t ... 1/? | |
t/03_isoweek.t ... ok | |
Test Summary Report | |
------------------- | |
t/02_timezone.t (Wstat: 512 (exited 2) Tests: 4 Failed: 2) | |
Failed tests: 1-2 | |
Non-zero exit status: 2 | |
Files=4, Tests=375, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.27 cusr 0.06 csys = 0.35 CPU) | |
Result: FAIL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment