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

[bot-automerge] Rebuild for r-base 4.4 and UCRT mingw toolchain #39

Conversation

regro-cf-autotick-bot
Copy link
Contributor

This PR has been triggered in an effort to update r-base44_and_m2w64-ucrt.

Notes and instructions for merging this PR:

  1. Please merge the PR only after the tests have passed.
  2. Feel free to push to the bot's branch to update this PR if needed.

Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.


If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by - please use this URL for debugging.

@conda-forge-webservices
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

Copy link
Contributor

github-actions bot commented Jun 30, 2024

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

  • linter: passed
  • azure: passed

Thus the PR was passing and merged! Have a great day!

@mbargull
Copy link
Member

Windows builds seem to fail without any indication of what's wrong.
This is the log in comparison to the latest passing from main (R 4.1.3, non-UCRT build):

-* installing to library 'D:/bld/r-cli_1719055162740/_h_env/lib/R/library'
+* installing to library 'D:/bld/r-cli_1719730730133/_h_env/lib/R/library'
 * installing *source* package 'cli' ...
 ** package 'cli' successfully unpacked and MD5 sums checked
 ** using staged installation
-Warning in as.POSIXlt.POSIXct(x, tz) :
-  unable to identify current timezone 'C':
-please set environment variable 'TZ'
 ** libs
+using C compiler: 'x86_64-w64-mingw32-gcc.exe (conda-forge gcc 13.2.0-13) 13.2.0'
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c ansi.c -o ansi.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c ansi.c -o ansi.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c cleancall.c -o cleancall.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c cleancall.c -o cleancall.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c diff.c -o diff.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c diff.c -o diff.o
 diff.c: In function 'clic_diff_chr':
-diff.c:85:7: warning: 'sn' may be used uninitialized in this function [-Wmaybe-uninitialized]
-   int sn;
-       ^
+diff.c:104:3: warning: 'sn' may be used uninitialized [-Wmaybe-uninitialized]
+  104 |   SET_VECTOR_ELT(result, 0, allocVector(INTSXP, sn));
+      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+diff.c:85:7: note: 'sn' was declared here
+   85 |   int sn;
+      |       ^~
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c errors.c -o errors.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c errors.c -o errors.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c glue.c -o glue.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c glue.c -o glue.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c init.c -o init.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c init.c -o init.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c inst.c -o inst.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c inst.c -o inst.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c keypress-unix.c -o keypress-unix.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c keypress-unix.c -o keypress-unix.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c keypress-win.c -o keypress-win.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c keypress-win.c -o keypress-win.o
-In file included from D:/bld/r-cli_1719055162740/_h_env/lib/R/include/R.h:80:0,
-                 from keypress.h:5,
-                 from keypress-win.c:8:
-D:/bld/r-cli_1719055162740/_h_env/lib/R/include/R_ext/RS.h:55:0: warning: "ERROR" redefined
- #define ERROR   ),Rf_error(R_problem_buf);}
- ^
-In file included from D:/bld/r-cli_1719055162740/_h_env/Library/mingw-w64/x86_64-w64-mingw32/include/windows.h:71:0,
-                 from errors.h:24,
-                 from keypress-win.c:7:
-D:/bld/r-cli_1719055162740/_h_env/Library/mingw-w64/x86_64-w64-mingw32/include/wingdi.h:75:0: note: this is the location of the previous definition
- #define ERROR 0
- ^
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c keypress.c -o keypress.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c keypress.c -o keypress.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c md5.c -o md5.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c md5.c -o md5.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c progress-altrep.c -o progress-altrep.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c progress-altrep.c -o progress-altrep.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c progress.c -o progress.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c progress.c -o progress.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c sha1.c -o sha1.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c sha1.c -o sha1.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c sha256.c -o sha256.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c sha256.c -o sha256.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c thread.c -o thread.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c thread.c -o thread.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c tty.c -o tty.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c tty.c -o tty.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c utf8.c -o utf8.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c utf8.c -o utf8.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c utils.c -o utils.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c utils.c -o utils.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c vt.c -o vt.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c vt.c -o vt.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c vtparse.c -o vtparse.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c vtparse.c -o vtparse.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c vtparse_table.c -o vtparse_table.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c vtparse_table.c -o vtparse_table.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c win-utf8.c -o win-utf8.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c win-utf8.c -o win-utf8.o
-gcc  -I"D:/bld/r-cli_1719055162740/_h_env/lib/R/include" -DNDEBUG        -I../inst/include   -O2 -Wall  -std=gnu99 -march=x86-64 -mtune=generic  -c winfiles.c -o winfiles.o
+x86_64-w64-mingw32-gcc  -I"D:/bld/r-cli_1719730730133/_h_env/lib/R/include" -DNDEBUG     -I"D:/bld/r-cli_1719730730133/_h_env/Library/include"   -I../inst/include   -O2 -Wall  -march=x86-64 -mtune=generic  -c winfiles.c -o winfiles.o
-gcc -shared -s -o cli.dll tmp.def ansi.o cleancall.o diff.o errors.o glue.o init.o inst.o keypress-unix.o keypress-win.o keypress.o md5.o progress-altrep.o progress.o sha1.o sha256.o thread.o tty.o utf8.o utils.o vt.o vtparse.o vtparse_table.o win-utf8.o winfiles.o -lpthread -LD:/bld/r-cli_1719055162740/_h_env/lib/R/bin/x64 -lR
+x86_64-w64-mingw32-gcc -shared -s -o cli.dll tmp.def ansi.o cleancall.o diff.o errors.o glue.o init.o inst.o keypress-unix.o keypress-win.o keypress.o md5.o progress-altrep.o progress.o sha1.o sha256.o thread.o tty.o utf8.o utils.o vt.o vtparse.o vtparse_table.o win-utf8.o winfiles.o -lpthread -LD:/bld/r-cli_1719730730133/_h_env/Library/lib/x64 -LD:/bld/r-cli_1719730730133/_h_env/Library/lib -LD:/bld/r-cli_1719730730133/_h_env/lib/R/bin/x64 -lR
-installing to D:/bld/r-cli_1719055162740/_h_env/lib/R/library/00LOCK-work/00new/cli/libs/x64
+installing to D:/bld/r-cli_1719730730133/_h_env/lib/R/library/00LOCK-work/00new/cli/libs/x64
 ** R
-** exec
-** inst
-** byte-compile and prepare package for lazy loading
-** help
-*** installing help indices
-*** copying figures
-** building package indices
-** testing if installed package can be loaded from temporary location
-** testing if installed package can be loaded from final location
-** testing if installed package keeps a record of temporary installation path
-* MD5 sums
-packaged installation of 'cli' as cli_3.6.3.zip
-* DONE (cli)
+Traceback (most recent call last):
+  File "C:\Miniforge\Scripts\conda-build-script.py", line 10, in <module>

@mbargull
Copy link
Member

mbargull commented Jul 7, 2024

@conda-forge-admin, please rerender

Copy link
Contributor

github-actions bot commented Jul 7, 2024

Hi! This is the friendly conda-forge automerge bot!

It appears that not all commits to this PR were made by the bot. Thus this PR is not being automatically merged. Please add the automerge label again (or ask a maintainer to do so) if you'd like to enable automerge again!

@mfansler mfansler added the automerge Merge the PR when CI passes label Jul 16, 2024
@mfansler
Copy link
Member

Guessing this was also conda-forge/r-base-feedstock#332. Seems good to go now.

@github-actions github-actions bot merged commit 61986c1 into conda-forge:main Jul 16, 2024
14 checks passed
@regro-cf-autotick-bot regro-cf-autotick-bot deleted the rebuild-r-base44_and_m2w64-ucrt-0-1_h10c59a branch July 16, 2024 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the PR when CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants