* installing *source* package ‘robust’ ...
** package ‘robust’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using Fortran compiler: ‘GNU Fortran (GCC) 12.2.0’
using SDK: ‘MacOSX11.3.sdk’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c compatibility.c -o compatibility.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c gamrob.f -o gamrob.o
gamrob.f:1752:72:

 1752 |         rlpsis=ps1*s1*ans
      |                                                                        ^
Warning: ‘ps1’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:1723:10:

 1723 |        ps1=expsi(dx,jpsi,jps0,sigm,a11,a21,a22,c1,c2,b1,b2)
      |          ^
note: ‘ps1’ was declared here
gamrob.f:1743:72:

 1743 |         rlpsis=ps2*s1*ans
      |                                                                        ^
Warning: ‘ps2’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:1727:10:

 1727 |        ps2=expsi(dx,jpsi,jps0,sigm,a11,a21,a22,c1,c2,b1,b2)
      |          ^
note: ‘ps2’ was declared here
gamrob.f:1677:38:

 1677 |       DOUBLE PRECISION FUNCTION RLDPSI(X,JPSI,JPS0,SIGM,
      |                                      ^
Warning: ‘__result_rldpsi’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:190:72:

  190 |       BETA=-u12x12/digam
      |                                                                        ^
Warning: ‘u12x12’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:184:14:

  184 |         u12x12=SUMI
      |              ^
note: ‘u12x12’ was declared here
gamrob.f:1049:72:

 1049 |       c1c2(1)=c1
      |                                                                        ^
Warning: ‘c1’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:947:37:

  947 |         CALL RLLNTRP0(MDT,TAB,ALFA,C1,C2,A11,A21,A22,
      |                                     ^
note: ‘c1’ declared here
gamrob.f:1050:72:

 1050 |       c1c2(2)=c2
      |                                                                        ^
Warning: ‘c2’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:947:40:

  947 |         CALL RLLNTRP0(MDT,TAB,ALFA,C1,C2,A11,A21,A22,
      |                                        ^
note: ‘c2’ declared here
gamrob.f:1052:72:

 1052 |       a123(2)=a21
      |                                                                        ^
Warning: ‘a21’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:947:48:

  947 |         CALL RLLNTRP0(MDT,TAB,ALFA,C1,C2,A11,A21,A22,
      |                                                ^
note: ‘a21’ declared here
gamrob.f:1053:72:

 1053 |       a123(3)=a22
      |                                                                        ^
Warning: ‘a22’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:947:52:

  947 |         CALL RLLNTRP0(MDT,TAB,ALFA,C1,C2,A11,A21,A22,
      |                                                    ^
note: ‘a22’ declared here
gamrob.f:1013:10:

 1013 |       IF (TMP.LE.FMIN9) THEN
      |          ^
Warning: ‘fmin9’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:1007:13:

 1007 |         FMIN9=DABS(SIGN9(1))
      |             ^
note: ‘fmin9’ was declared here
gamrob.f:1882:26:

 1882 |       IF (ALFA.LE.0.D0.OR.SIGM.LE.0.D0) MESSAGE=1
      |                          ^
Warning: ‘alfa’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:1871:12:

 1871 |         ALFA=ALPHA
      |            ^
note: ‘alfa’ declared here
gamrob.f:1882:26:

 1882 |       IF (ALFA.LE.0.D0.OR.SIGM.LE.0.D0) MESSAGE=1
      |                          ^
Warning: ‘sigm’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:1872:12:

 1872 |         SIGM=SIGMA
      |            ^
note: ‘sigm’ declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c glmrob.f -o glmrob.o
glmrob.f:1478:37:

 1478 |       double precision FUNCTION RLUGL(UPAR,S,IUGL,ICASE,B)
      |                                     ^
Warning: ‘__result_rlugl’ may be used uninitialized [-Wmaybe-uninitialized]
glmrob.f:267:72:

  267 |             E(I)=T1**2*PI+T0**2*(ONE-PI)
      |                                                                        ^
Warning: ‘ei’ may be used uninitialized [-Wmaybe-uninitialized]
glmrob.f:272:14:

  272 |             EI=ZERO
      |              ^
note: ‘ei’ was declared here
glmrob.f:266:72:

  266 |             D(I)=T1*(ONE-PI)*PI-T0*PI*(ONE-PI)
      |                                                                        ^
Warning: ‘di’ may be used uninitialized [-Wmaybe-uninitialized]
glmrob.f:271:14:

  271 |             DI=ZERO
      |              ^
note: ‘di’ was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c lmrobbi.f -o lmrobbi.o
lmrobbi.f:692:6:

  692 |       FUNCTION rlINS1bi(S,WGT,N,SIGM,INDEX,TUNINGC,XLCNST,EXPSI)
      |      ^
Warning: ‘__result_rlins1bi’ may be used uninitialized [-Wmaybe-uninitialized]
lmrobbi.f:749:6:

  749 |       FUNCTION rlINS2bi(S,WGT,N,SIGM,INDEX,TUNINGC,XLCNST,EXPSI)
      |      ^
Warning: ‘__result_rlins2bi’ may be used uninitialized [-Wmaybe-uninitialized]
lmrobbi.f:892:72:

  892 |       TUNINGC(1)=ZBAR2
      |                                                                        ^
Warning: ‘zbar2’ may be used uninitialized [-Wmaybe-uninitialized]
lmrobbi.f:888:14:

  888 |          ZBAR2=WGT(L)*WGT(L)
      |              ^
note: ‘zbar2’ was declared here
lmrobbi.f:94:72:

   94 |       E=1.D0/E
      |                                                                        ^
Warning: ‘e’ may be used uninitialized [-Wmaybe-uninitialized]
lmrobbi.f:71:7:

   71 |       E=2.D0
      |       ^
note: ‘e’ was declared here
lmrobbi.f:1063:17:

 1063 |       INTEGER OUT
      |                 ^
Warning: ‘out’ may be used uninitialized [-Wmaybe-uninitialized]
lmrobbi.f:1113:11:

 1113 |          IN=J
      |           ^
Warning: ‘in’ may be used uninitialized [-Wmaybe-uninitialized]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c lmrobfs.f -o lmrobfs.o
lmrobfs.f:322:11:

  322 |  710  NHALF=NX/2
      |           ^
Warning: ‘nhalf’ may be used uninitialized [-Wmaybe-uninitialized]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c lmrobml.f -o lmrobml.o
lmrobml.f:370:72:

  370 |          IDX(J)=IMAX
      |                                                                        ^
Warning: ‘imax’ may be used uninitialized [-Wmaybe-uninitialized]
lmrobml.f:359:19:

  359 |                IMAX=I
      |                   ^
note: ‘imax’ was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c lmrobmm.f -o lmrobmm.o
lmrobmm.f:1659:72:

 1659 |       ni = nstocklen(ind)
      |                                                                        ^
Warning: ‘ind’ may be used uninitialized [-Wmaybe-uninitialized]
lmrobmm.f:1656:15:

 1656 |             ind = j
      |               ^
note: ‘ind’ was declared here
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c mmprnt.c -o mmprnt.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c rb.c -o rb.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c tdmean.f -o tdmean.o
tdmean.f:2468:72:

 2468 |       TMP=(F2-F1)/(U-EL)-1.D0
      |                                                                        ^
Warning: ‘f2’ may be used uninitialized [-Wmaybe-uninitialized]
tdmean.f:2462:10:

 2462 |         F2=FX
      |          ^
note: ‘f2’ was declared here
tdmean.f:1865:72:

 1865 |         sF=DBLE(SUP-SLOW)/(1.D0-2.D0*GAM)
      |                                                                        ^
Warning: ‘sup’ may be used uninitialized [-Wmaybe-uninitialized]
tdmean.f:1859:13:

 1859 |           SUP=(A1 + A2 - 2.D0*A0) - DBLE(mF) * (B1 + B2 - 2.D0*B0)
      |             ^
note: ‘sup’ was declared here
tdmean.f:1908:72:

 1908 |       TMP=(F2-F1)/(U-EL)-1.D0
      |                                                                        ^
Warning: ‘f2’ may be used uninitialized [-Wmaybe-uninitialized]
tdmean.f:1880:10:

 1880 |         F2=F0
      |          ^
note: ‘f2’ was declared here
tdmean.f:2986:72:

 2986 |       XMS=(F2-F1)/(UU-LL)-1.D0
      |                                                                        ^
Warning: ‘f2’ may be used uninitialized [-Wmaybe-uninitialized]
tdmean.f:2968:39:

 2968 |       DOUBLE PRECISION L,X,X0,XMS,F1,F2,FX,UU,LL,V(NV),PARAM(1)
      |                                       ^
note: ‘f2’ was declared here
tdmean.f:2436:72:

 2436 |         sF=(SUP-SLOW)/(1.D0-2.D0*GAM)
      |                                                                        ^
Warning: ‘sup’ may be used uninitialized [-Wmaybe-uninitialized]
tdmean.f:2428:13:

 2428 |           SUP=(A1 + A2 - 2.D0 * A0) - mF * (B1 + B2 - 2.D0 * B0)
      |             ^
note: ‘sup’ was declared here
tdmean.f:2960:72:

 2960 |         sF=(SUP-SLOW)/(1.D0-2.D0*GAM)
      |                                                                        ^
Warning: ‘sup’ may be used uninitialized [-Wmaybe-uninitialized]
tdmean.f:2952:13:

 2952 |           SUP=(A1 + A2 - 2.D0 * A0) - mF * (B1 + B2 - 2.D0 * B0)
      |             ^
note: ‘sup’ was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c tmlfor.f -o tmlfor.o
tmlfor.f:265:6:

  265 |       FUNCTION ICNREP(N,NP,IOPT,IMODE)
      |      ^
Warning: ‘__result_icnrep’ may be used uninitialized [-Wmaybe-uninitialized]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c wblrob.f -o wblrob.o
wblrob.f:1448:72:

 1448 |   20  rlwpsis=ps2*s1*ans
      |                                                                        ^
Warning: ‘ps2’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1430:10:

 1430 |        ps2=expsi(dx,jpsi,jps0,a11,a21,a22,c1,c2,b1,b2)
      |          ^
note: ‘ps2’ was declared here
wblrob.f:1450:72:

 1450 |   30  rlwpsis=ps1*s2*ans
      |                                                                        ^
Warning: ‘ps1’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1426:10:

 1426 |        ps1=expsi(dx,jpsi,jps0,a11,a21,a22,c1,c2,b1,b2)
      |          ^
note: ‘ps1’ was declared here
wblrob.f:1373:6:

 1373 |       FUNCTION RLWDPSI(X,JPSI,JPS0,A11,A21,A22,C1,C2,B1,B2)
      |      ^
Warning: ‘__result_rlwdpsi’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:235:72:

  235 |       BETA=-U12X12/U12X11
      |                                                                        ^
Warning: ‘u12x12’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:229:14:

  229 |         U12X12=SUMI
      |              ^
note: ‘u12x12’ was declared here
wblrob.f:1145:72:

 1145 |       c1c2(2)=c2/v
      |                                                                        ^
Warning: ‘c2’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1028:10:

 1028 |         C2=TAB(2)
      |          ^
note: ‘c2’ was declared here
wblrob.f:1144:72:

 1144 |       c1c2(1)=c1/v
      |                                                                        ^
Warning: ‘c1’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1027:10:

 1027 |         C1=TAB(1)
      |          ^
note: ‘c1’ was declared here
wblrob.f:1148:72:

 1148 |       a123(3)=a22*v
      |                                                                        ^
Warning: ‘a22’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1031:11:

 1031 |         A22=TAB(5)
      |           ^
note: ‘a22’ was declared here
wblrob.f:1147:72:

 1147 |       a123(2)=a21*v
      |                                                                        ^
Warning: ‘a21’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1030:11:

 1030 |         A21=TAB(4)
      |           ^
note: ‘a21’ was declared here
wblrob.f:1146:72:

 1146 |       a123(1)=a11*v
      |                                                                        ^
Warning: ‘a11’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1029:11:

 1029 |         A11=TAB(3)
      |           ^
note: ‘a11’ was declared here
wblrob.f:1099:10:

 1099 |       IF (TMP.LT.FMIN9) THEN
      |          ^
Warning: ‘fmin9’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1093:13:

 1093 |         FMIN9=DABS(SIGN9(1))
      |             ^
note: ‘fmin9’ was declared here
wblrob.f:1237:16:

 1237 |      1     .AND. NSTP.LE.2) GOTO 300
      |                ^
Warning: ‘nstp’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1221:10:

 1221 |       NSTP=1
      |          ^
note: ‘nstp’ was declared here
wblrob.f:1237:16:

 1237 |      1     .AND. NSTP.LE.2) GOTO 300
      |                ^
Warning: ‘alf1’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1231:10:

 1231 |       ALF1=ALFA
      |          ^
note: ‘alf1’ was declared here
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o robust.so compatibility.o gamrob.o glmrob.o lmrobbi.o lmrobfs.o lmrobml.o lmrobmm.o mmprnt.o rb.o tdmean.o tmlfor.o wblrob.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lemutls_w -lquadmath -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lemutls_w -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: could not create compact unwind for _rlpsipsi_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rluzans_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlgamma_: register 79 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlgamdigama_: registers 74 and 75 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlscor_: register 24 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlpsis_: registers 74 and 75 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlscorc_: register 24 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlseqtn9_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlrgfld_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rllgamad_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rllimgam_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlsumlg2_: registers 23 and 24 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlsumlgm_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlintgam_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rleqtnc1_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlsolvx0_: registers 76 and 77 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlsolvx_: register 79 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlq1k15d_: registers 76 and 77 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlqage1d_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlintuxg_: registers 74 and 75 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlieqta2_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlieqta1_: register 22 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlcretabi_: registers 76 and 77 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlestimp_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlgamlik_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlvargam_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlflink_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rldpoiss_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlts12po_: registers 74 and 75 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlts12bi_: register 79 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlxexpd_: register 22 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rllrfnct_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlstplrg_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rldbinom_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlgytst2_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlpoissn_: register 77 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlprpois_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlprobin_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlgycstp_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlugl_: register 77 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlucowj_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlgyastp_: registers 25 and 26 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlgitac2_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlgfedca_: register 79 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlglmdev_: registers 74 and 75 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlbetam2_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlfinlml_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlfrstml_: registers 72 and 73 not saved contiguously in frameld: warning: could not create compact unwind for _rlprinss_: registers 27 and 28 not saved contiguously in frameld: warning: could not create compact unwind for _rlpsim2_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlfacsm2_: register 77 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlrmtrm2_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlrsigm2_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlgen2m2_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlhse2m2_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlvsvm2_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlkiasm2_: registers 23 and 24 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlrwagm2_: register 77 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlgenem2_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlgammad_: register 79 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlweibud_: register 22 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlwpsips_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _chis1wp_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlezez_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rld2w_: registers 74 and 75 not saved contiguously in frame
ld: warning: could not create compact unwind for _rld1w_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlpezez_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlialfaw_: register 77 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlrgfl2_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _dnorm0_: registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _rlhubbi_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlupcvbi_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rldscnm2_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlucowbi_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _rllmddbi_: registers 25 and 26 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlqk15bi_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rligrdbi_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlxerpbi_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlins1bi_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlins3bi_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlins2bi_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlins4bi_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rluzedbi_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rluzd2bi_: registers 74 and 75 not saved contiguously in frame
ld: warning: could not create compact unwind for _rllarsbi_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlktasbi_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlwedvbi_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlwfagbi_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlc0hkbi_: registers 19 and 20 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlkedcbi_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlbethbi_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlrnagbi_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlwnagbi_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlwwwabi_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___emutls_get_address: registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _rlfastse_: register 77 saved somewhere other than in frame
ld: warning: ld: warning: could not create compact unwind for _ialphan_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlhse2m3_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlavtmlnf_: registers 78 and 79 not saved contiguously in frame
could not create compact unwind for _rlgausdd_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlfzy_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlwzans_: registers 23 and 24 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlwpsis_: register 77 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlweilim_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlweqtn9_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlxlogd_: registers 19 and 20 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlweqtc1_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlsolwx0_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlzderiv_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlsolwx_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlwbrkpt_: registers 74 and 75 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlq1k15w_: registers 76 and 77 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlqage1w_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlintuxw_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlweqta2_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlweqta1_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlwlnac1_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlwlnac2_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlcretabw_: registers 76 and 77 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlwestim_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlweilik_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rllimwbl_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlleqnw_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rltrmnw_.part.0.isra.0: registers 74 and 75 not saved contiguously in frame
ld: warning: could not create compact unwind for _rliflogn_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rliflans_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlifweib_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlf0w_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlqweibl_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlavtmlwf_: register 79 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlpweibl_: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for _rleqadw_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rltrmnlw_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlifgama_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlrlog_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlqgamma_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rltrmng_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlleqng_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlstvaln_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlq1k15t_: registers 76 and 77 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlqage1t_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlcerfd_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rlquantd_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlqlnorm_: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlleqnl_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlplnorm_: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for _rlsolvdg_: register 79 saved somewhere other than in frame
ld: warning: could not create compact unwind for _rltrmadlw_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rltrmadn_: registers 78 and 79 not saved contiguously in frame
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.3/robust.Rcheck/00LOCK-robust/00new/robust/libs
** generating debug symbols (dSYM)
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (robust)