barracuda156 commented on issue #35045: URL: https://github.com/apache/arrow/issues/35045#issuecomment-1505882866
@nealrichardson Oddly, on macOS 11/x86_64 another loading error occurs: ``` ** testing if installed package can be loaded from temporary location [969](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:972) sh: line 1: 53015 Segmentation fault: 11 R_TESTS= '/opt/local/Library/Frameworks/R.framework/Resources/bin/R' --no-save --no-restore --no-echo 2>&1 < '/opt/local/var/macports/build/_Users_runner_work_macports-ports_macports-ports_ports_R_R-arrow/R-arrow/work/.tmp/RtmpJr7boE/fileb7e56efbf75f' [970](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:973) [971](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:974) *** caught segfault *** [972](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:975) address 0x1425d8, cause 'memory not mapped' [973](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:976) [974](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:977) Traceback: [975](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:978) 1: dyn.load(file, DLLpath = DLLpath, ...) [976](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:979) 2: library.dynam(lib, package, package.lib) [977](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:980) 3: loadNamespace(package, lib.loc) [978](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:981) 4: doTryCatch(return(expr), name, parentenv, handler) [979](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:982) 5: tryCatchOne(expr, names, parentenv, handlers[[1L]]) [980](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:983) 6: tryCatchList(expr, classes, parentenv, handlers) [981](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:984) 7: tryCatch({ attr(package, "LibPath") <- which.lib.loc ns <- loadNamespace(package, lib.loc) env <- attachNamespace(ns, pos = pos, deps, exclude, include.only)}, error = function(e) { P <- if (!is.null(cc <- conditionCall(e))) paste(" in", deparse(cc)[1L]) else "" msg <- gettextf("package or namespace load failed for %s%s:\n %s", sQuote(package), P, conditionMessage(e)) if (logical.return && !quietly) message(paste("Error:", msg), domain = NA) else stop(msg, call. = FALSE, domain = NA)}) [982](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:985) 8: library(pkg_name, lib.loc = lib, character.only = TRUE, logical.return = TRUE) [983](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:986) 9: withCallingHandlers(expr, packageStartupMessage = function(c) tryInvokeRestart("muffleMessage")) [984](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:987) 10: suppressPackageStartupMessages(library(pkg_name, lib.loc = lib, character.only = TRUE, logical.return = TRUE)) [985](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:988) 11: doTryCatch(return(expr), name, parentenv, handler) [986](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:989) 12: tryCatchOne(expr, names, parentenv, handlers[[1L]]) [987](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:990) 13: tryCatchList(expr, classes, parentenv, handlers) [988](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:991) 14: tryCatch(expr, error = function(e) { call <- conditionCall(e) if (!is.null(call)) { if (identical(call[[1L]], quote(doTryCatch))) call <- sys.call(-4L) dcall <- deparse(call, nlines = 1L) prefix <- paste("Error in", dcall, ": ") LONG <- 75L sm <- strsplit(conditionMessage(e), "\n")[[1L]] w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w") if (is.na(w)) w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L], type = "b") if (w > LONG) prefix <- paste0(prefix, "\n ") } else prefix <- "Error : " msg <- paste0(prefix, conditionMessage(e), "\n") .Internal(seterrmessage(msg[1L])) if (!silent && isTRUE(getOption("show.error.messages"))) { cat(msg, file = outFile) .Internal(printDeferredWarnings()) } invisible(structure(msg, class = "try-error", condition = e))}) [989](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:992) 15: try(suppressPackageStartupMessages(library(pkg_name, lib.loc = lib, character.only = TRUE, logical.return = TRUE))) [990](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:993) 16: tools:::.test_load_package("arrow", "/opt/local/var/macports/build/_Users_runner_work_macports-ports_macports-ports_ports_R_R-arrow/R-arrow/work/destroot/opt/local/Library/Frameworks/R.framework/Versions/4.2/Resources/library/00LOCK-arrow/00new") [991](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:994) An irrecoverable exception occurred. R is aborting now ... [992](https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244#step:8:995) ERROR: loading failed ``` Complete log from buildbot: https://github.com/macports/macports-ports/actions/runs/4682210687/jobs/8295764619?pr=18244 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
