build Firefox error with afl-clang & afl-clang++ in Linux

Discussion of third-party/unofficial Firefox/Thunderbird/SeaMonkey builds.
Post Reply
ironyhead
Posts: 1
Joined: July 15th, 2020, 12:34 am

build Firefox error with afl-clang & afl-clang++ in Linux

Post by ironyhead »

when I add

Code: Select all

export CC=afl-clang
export CXX=afl-clang++
export USE_AFL_ASAN=1
to .mozconfig,and run ./mach build
then here come the errors
4:26.64 error: failed to run custom build command for `style v0.0.1 (/home/szl/src/firefox/servo/components/style)`
4:26.64 Caused by:
4:26.64 process didn't exit successfully: `/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/release/build/style-e55deaa498a7169f/build-script-build` (exit code: 101)
4:26.64 --- stdout
4:26.64 cargo:rerun-if-changed=build.rs
4:26.64 cargo:out_dir=/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/build/style-d875f75d2d34836b/out
4:26.64 cargo:rerun-if-changed=properties/counted_unknown_properties.py
4:26.64 cargo:rerun-if-changed=properties/gecko.mako.rs
4:26.64 cargo:rerun-if-changed=properties/build.py
4:26.64 cargo:rerun-if-changed=properties/computed_value_flags.rs
4:26.64 cargo:rerun-if-changed=properties/data.py
4:26.64 cargo:rerun-if-changed=properties/declaration_block.rs
4:26.64 cargo:rerun-if-changed=properties/properties.mako.rs
4:26.64 cargo:rerun-if-changed=properties/helpers.mako.rs
4:26.64 cargo:rerun-if-changed=properties/properties.html.mako
4:26.64 cargo:rerun-if-changed=properties/longhands/inherited_box.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/column.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/list.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/inherited_ui.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/outline.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/margin.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/padding.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/border.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/inherited_text.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/ui.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/xul.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/table.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/text.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/inherited_table.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/effects.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/counters.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/background.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/position.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/font.mako.rs
4:26.64 cargo:rerun-if-changed=properties/longhands/inherited_svg.mako.rs
4:26.65 cargo:rerun-if-changed=properties/longhands/svg.mako.rs
4:26.65 cargo:rerun-if-changed=properties/longhands/box.mako.rs
4:26.65 cargo:rerun-if-changed=properties/helpers/animated_properties.mako.rs
4:26.65 cargo:rerun-if-changed=properties/shorthands/column.mako.rs
4:26.65 cargo:rerun-if-changed=properties/shorthands/list.mako.rs
4:26.65 cargo:rerun-if-changed=properties/shorthands/outline.mako.rs
4:26.65 cargo:rerun-if-changed=properties/shorthands/margin.mako.rs
4:26.65 cargo:rerun-if-changed=properties/shorthands/padding.mako.rs
4:26.65 cargo:rerun-if-changed=properties/shorthands/border.mako.rs
4:26.65 cargo:rerun-if-changed=properties/shorthands/inherited_text.mako.rs
4:26.65 cargo:rerun-if-changed=properties/shorthands/text.mako.rs
4:26.65 cargo:rerun-if-changed=properties/shorthands/background.mako.rs
4:26.65 cargo:rerun-if-changed=properties/shorthands/position.mako.rs
4:26.65 cargo:rerun-if-changed=properties/shorthands/font.mako.rs
4:26.65 cargo:rerun-if-changed=properties/shorthands/inherited_svg.mako.rs
4:26.65 cargo:rerun-if-changed=properties/shorthands/svg.mako.rs
4:26.65 cargo:rerun-if-changed=properties/shorthands/box.mako.rs
4:26.65 cargo:rerun-if-changed=properties/cascade.rs
4:26.65 cargo:rerun-if-changed=build_gecko.rs
4:26.65 cargo:rerun-if-changed=/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/layout/style/bindgen.toml
4:26.65 cargo:rerun-if-changed=/home/szl/src/firefox/layout/style/ServoBindings.toml
4:26.65 --- stderr
4:26.65 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:32:1: warning: replacement function 'operator new' cannot be declared 'inline' [-Winline-new-delete]
4:26.65 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:36:1: warning: replacement function 'operator new' cannot be declared 'inline' [-Winline-new-delete]
4:26.65 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:41:1: warning: replacement function 'operator new[]' cannot be declared 'inline' [-Winline-new-delete]
4:26.65 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:45:1: warning: replacement function 'operator new[]' cannot be declared 'inline' [-Winline-new-delete]
4:26.65 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:50:1: warning: replacement function 'operator delete' cannot be declared 'inline' [-Winline-new-delete]
4:26.65 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:54:1: warning: replacement function 'operator delete' cannot be declared 'inline' [-Winline-new-delete]
4:26.65 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:59:1: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete]
4:26.65 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:63:1: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete]
4:26.65 /home/szl/.mozbuild/clang/lib/clang/9.0.1/include/emmintrin.h:2308:19: error: use of undeclared identifier '__builtin_ia32_pavgb128'
4:26.65 /home/szl/.mozbuild/clang/lib/clang/9.0.1/include/emmintrin.h:2328:19: error: use of undeclared identifier '__builtin_ia32_pavgw128'
4:26.65 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/nsGkAtoms.h:118:39: warning: offset of on non-standard-layout type 'mozilla::detail::GkAtoms' [-Winvalid-offsetof]
4:26.65 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/js/Proxy.h:220:43: warning: offset of on non-standard-layout type 'js::BaseProxyHandler' [-Winvalid-offsetof]
4:26.65 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/dom/BrowsingContext.h:721:29: warning: offset of on non-standard-layout type 'mozilla::dom::BrowsingContext' [-Winvalid-offsetof]
4:26.65 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:32:1: warning: replacement function 'operator new' cannot be declared 'inline' [-Winline-new-delete], err: false
4:26.65 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:36:1: warning: replacement function 'operator new' cannot be declared 'inline' [-Winline-new-delete], err: false
4:26.66 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:41:1: warning: replacement function 'operator new[]' cannot be declared 'inline' [-Winline-new-delete], err: false
4:26.66 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:45:1: warning: replacement function 'operator new[]' cannot be declared 'inline' [-Winline-new-delete], err: false
4:26.66 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:50:1: warning: replacement function 'operator delete' cannot be declared 'inline' [-Winline-new-delete], err: false
4:26.66 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:54:1: warning: replacement function 'operator delete' cannot be declared 'inline' [-Winline-new-delete], err: false
4:26.66 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:59:1: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete], err: false
4:26.66 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:63:1: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete], err: false
4:26.66 /home/szl/.mozbuild/clang/lib/clang/9.0.1/include/emmintrin.h:2308:19: error: use of undeclared identifier '__builtin_ia32_pavgb128', err: true
4:26.66 /home/szl/.mozbuild/clang/lib/clang/9.0.1/include/emmintrin.h:2328:19: error: use of undeclared identifier '__builtin_ia32_pavgw128', err: true
4:26.66 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/nsGkAtoms.h:118:39: warning: offset of on non-standard-layout type 'mozilla::detail::GkAtoms' [-Winvalid-offsetof], err: false
4:26.66 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/js/Proxy.h:220:43: warning: offset of on non-standard-layout type 'js::BaseProxyHandler' [-Winvalid-offsetof], err: false
4:26.66 /home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/dom/BrowsingContext.h:721:29: warning: offset of on non-standard-layout type 'mozilla::dom::BrowsingContext' [-Winvalid-offsetof], err: false
4:26.66 thread 'main' panicked at 'Failed to generate bindings, flags: ["/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/GeckoProfiler.h", "--rust-target", "1.25", "--bitfield-enum", "nsChangeHint", "--bitfield-enum", "mozilla::OriginFlags", "--bitfield-enum", "mozilla::StyleTextUnderlinePosition", "--rustified-enum", "nsCompatibility", "--rustified-enum", "mozilla::EffectCompositor_CascadeLevel", "--rustified-enum", "mozilla::SheetType", "--rustified-enum", "mozilla::dom::CallerType", "--rustified-enum", "mozilla::dom::IterationCompositeOperation", "--rustified-enum", "mozilla::dom::CompositeOperation", "--rustified-enum", "mozilla::InheritTarget", "--rustified-enum", "mozilla::css::DocumentMatchingFunction", "--rustified-enum", "mozilla::css::SheetParsingMode", "--rustified-enum", "nsStyleSVGOpacitySource", "--rustified-enum", "mozilla::dom::Document_DocumentTheme", "--rustified-enum", "mozilla::dom::Document_Type", "--rustified-enum", "nsCSSUnit", "--rustified-enum", "nsCSSFontDesc", "--rustified-enum", "nsCSSPropertyID", "--rustified-enum", "nsCSSCounterDesc", "--rustified-enum", "nsMediaFeature_RangeType", "--rustified-enum", "nsMediaFeature_ValueType", "--rustified-enum", "nsresult", "--rustified-enum", "nsAtom_AtomKind", "--rustified-enum", "nsStyleImageLayers_LayerType", "--rustified-enum", "mozilla::ServoElementSnapshotFlags", "--rustified-enum", "mozilla::Side", "--rustified-enum", "mozilla::dom::PlaybackDirection", "--rustified-enum", "mozilla::dom::FillMode", "--rustified-enum", "mozilla::HalfCorner", "--rustified-enum", "mozilla::StyleFloatEdge", "--rustified-enum", "mozilla::StyleShapeRadius", "--rustified-enum", "mozilla::StyleWindowDragging", "--rustified-enum", "mozilla::StyleAnimationPlayState", "--rustified-enum", "mozilla::StyleOrient", "--rustified-enum", "mozilla::StyleBoxSizing", "--rustified-enum", "mozilla::StyleClear", "--rustified-enum", "mozilla::StyleColumnFill", "--rustified-enum", "mozilla::StyleColumnSpan", "--rustified-enum", "mozilla::StyleDirection", "--rustified-enum", "mozilla::StyleFloat", "--rustified-enum", "mozilla::StyleImageOrientation", "--rustified-enum", "mozilla::StyleImageRendering", "--rustified-enum", "mozilla::StyleUserModify", "--rustified-enum", "mozilla::StyleUserInput", "--rustified-enum", "mozilla::StyleBoxDirection", "--rustified-enum", "mozilla::StyleTextJustify", "--rustified-enum", "mozilla::StyleRubyAlign", "--rustified-enum", "mozilla::StyleTextSizeAdjust", "--rustified-enum", "mozilla::StyleHyphens", "--rustified-enum", "mozilla::StyleRubyPosition", "--rustified-enum", "mozilla::StyleShapeSourceType", "--rustified-enum", "mozilla::StyleVisibility", "--rustified-enum", "mozilla::StyleBasicShapeType", "--rustified-enum", "nsStyleImageLayers_Size_DimensionType", "--rustified-enum", "mozilla::StyleBorderCollapse", "--rustified-enum", "mozilla::StyleBorderImageRepeat", "--rustified-enum", "mozilla::StyleBoxPack", "--rustified-enum", "mozilla::StyleWindowShadow", "--rustified-enum", "mozilla::StyleDominantBaseline", "--rustified-enum", "mozilla::StyleBoxOrient", "--rustified-enum", "mozilla::StyleBoxAlign", "--rustified-enum", "mozilla::StyleUserFocus", "--rustified-enum", "mozilla::StyleUserSelect", "--rustified-enum", "mozilla::StyleImageLayerRepeat", "--rustified-enum", "mozilla::StyleImageLayerAttachment", "--rustified-enum", "mozilla::StylePositionProperty", "--rustified-enum", "mozilla::StyleBoxDecorationBreak", "--rustified-enum", "mozilla::StyleBorderStyle", "--rustified-enum", "mozilla::StyleRuleInclusion", "--rustified-enum", "mozilla::StyleGridTrackBreadth", "--rustified-enum", "mozilla::StyleOverscrollBehavior", "--rustified-enum", "mozilla::StyleImeMode", "--rustified-enum", "mozilla::StyleOverflowAnchor", "--rustified-enum", "mozilla::StylePointerEvents", "--rustified-enum", "mozilla::StyleScrollbarWidth", "--rustified-enum", "mozilla::StyleWhiteSpace", "--rustified-enum", "mozilla::StyleTextRendering", "--rustified-enum", "mozilla::StyleColorAdjust", "--rustified-enum", "mozilla::StyleFlexDirection", "--rustified-enum", "mozilla::StyleStrokeLinecap", "--rustified-enum", "mozilla::StyleStrokeLinejoin", "--rustified-enum", "mozilla::StyleFlexWrap", "--rustified-enum", "mozilla::StyleTextDecorationSkipInk", "--rustified-enum", "mozilla::StyleTextDecorationLength", "--rustified-enum", "mozilla::StyleMaskType", "--rustified-enum", "mozilla::StyleShapeRendering", "--rustified-enum", "mozilla::StyleTextAnchor", "--rustified-enum", "mozilla::StyleObjectFit", "--rustified-enum", "mozilla::StyleTopLayer", "--rustified-enum", "mozilla::StyleIsolation", "--rustified-enum", "mozilla::StyleTextOrientation", "--rustified-enum", "mozilla::StyleTableLayout", "--rustified-enum", "mozilla::StyleEmptyCells", "--rustified-enum", "nsStyleImageType", "--rustified-enum", "nsINode_BooleanFlag", "--rustified-enum", "mozilla::PseudoStyleType", "--rustified-enum", "mozilla::LookAndFeel_ColorID", "--rustified-enum", "mozilla::LookAndFeel_FontID", "--rustified-enum", "nsStyleTransformMatrix::MatrixTransformOperator", "--rustified-enum", "mozilla::StyleGeometryBox", "--rustified-enum", "mozilla::SystemColor", "--rustified-enum", "mozilla::StyleMaskMode", "--rustified-enum", "mozilla::StyleScrollBehavior", "--rustified-enum", "mozilla::StyleColorInterpolation", "--rustified-enum", "mozilla::StyleVectorEffect", "--rustified-enum", "mozilla::StyleBackfaceVisibility", "--rustified-enum", "mozilla::StyleBlend", "--rustified-enum", "mozilla::StyleMaskComposite", "--rustified-enum", "mozilla::StyleControlCharacterVisibility", "--blacklist-type", ".*char_traits", "--blacklist-type", ".*incompatible_char_type", "--blacklist-type", "mozilla::StyleTimingFunction.*", "--blacklist-type", "mozilla::StyleGenericTransformOperation_.*", "--blacklist-type", "mozilla::StyleAppearance", "--blacklist-type", "mozilla::StyleAspectRatio", "--blacklist-type", "mozilla::StyleComputedFontStretchRange", "--blacklist-type", "mozilla::StyleComputedFontStyleDescriptor", "--blacklist-type", "mozilla::StyleComputedFontWeightRange", "--blacklist-type", "mozilla::StyleComputedTimingFunction", "--blacklist-type", "mozilla::StyleContrastPref", "--blacklist-type", "mozilla::StyleCursorKind", "--blacklist-type", "mozilla::StyleDisplay", "--blacklist-type", "mozilla::StyleDisplayMode", "--blacklist-type", "mozilla::StylePrefersColorScheme", "--blacklist-type", "mozilla::StyleExtremumLength", "--blacklist-type", "mozilla::StyleFillRule", "--blacklist-type", "mozilla::StyleFontDisplay", "--blacklist-type", "mozilla::StyleFontFaceSourceListComponent", "--blacklist-type", "mozilla::StyleFontLanguageOverride", "--blacklist-type", "mozilla::StyleOffsetPath", "--blacklist-type", "mozilla::StyleGenericOffsetPath", "--blacklist-type", "mozilla::StyleOffsetRotate", "--blacklist-type", "mozilla::StylePathCommand", "--blacklist-type", "mozilla::StyleRayFunction", "--blacklist-type", "mozilla::StyleUnicodeRange", "--blacklist-type", "mozilla::StyleOverflowWrap", "--blacklist-type", "mozilla::StyleWordBreak", "--blacklist-type", "mozilla::StyleLineBreak", "--blacklist-type", "mozilla::StyleUserSelect", "--blacklist-type", "mozilla::StyleBreakBetween", "--blacklist-type", "mozilla::StyleBreakWithin", "--blacklist-type", "mozilla::StyleBorderStyle", "--blacklist-type", "mozilla::StyleOutlineStyle", "--blacklist-type", "mozilla::StyleScrollSnapAlign", "--blacklist-type", "mozilla::StyleScrollSnapStrictness", "--blacklist-type", "mozilla::StyleScrollSnapType", "--blacklist-type", "mozilla::StyleResize", "--blacklist-type", "mozilla::StyleOverflowClipBox", "--blacklist-type", "mozilla::StyleFloat", "--blacklist-type", "mozilla::StyleOverscrollBehavior", "--blacklist-type", "mozilla::StyleTextAlign", "--blacklist-type", "mozilla::StyleTextAlignLast", "--blacklist-type", "mozilla::StyleTextOverflow", "--blacklist-type", "mozilla::StyleOverflow", "--blacklist-type", "mozilla::StyleOverflowAnchor", "--blacklist-type", "mozilla::StyleTextDecorationSkipInk", "--blacklist-type", "mozilla::StyleTextDecorationLength", "--blacklist-type", "mozilla::StyleLength", "--blacklist-type", "mozilla::StyleLengthPercentage", "--blacklist-type", "mozilla::StyleNonNegativeLengthPercentage", "--blacklist-type", "mozilla::StyleGenericLengthPercentageOrAuto", "--blacklist-type", "mozilla::StyleGenericLengthPercentageOrNormal", "--blacklist-type", "mozilla::StyleLengthPercentageOrAuto", "--blacklist-type", "mozilla::StyleNonNegativeLengthPercentageOrAuto", "--blacklist-type", "mozilla::StyleRect", "--blacklist-type", "mozilla::StyleIntersectionObserverRootMargin", "--blacklist-type", "mozilla::StyleGenericSize", "--blacklist-type", "mozilla::StyleGenericMaxSize", "--blacklist-type", "mozilla::StyleGenericFlexBasis", "--blacklist-type", "mozilla::StyleSize", "--blacklist-type", "mozilla::StyleMaxSize", "--blacklist-type", "mozilla::StyleFlexBasis", "--blacklist-type", "mozilla::StylePosition", "--blacklist-type", "mozilla::StylePositionOrAuto", "--blacklist-type", "mozilla::StyleGenericPositionOrAuto", "--blacklist-type", "mozilla::StyleBackgroundSize", "--blacklist-type", "mozilla::StyleGenericBackgroundSize", "--blacklist-type", "mozilla::StyleBorderImageSlice", "--blacklist-type", "mozilla::StyleGenericLengthOrNumber", "--blacklist-type", "mozilla::StyleCSSPixelLength", "--blacklist-type", "mozilla::StyleNonNegativeLength", "--blacklist-type", "mozilla::StyleNonNegativeNumber", "--blacklist-type", "mozilla::StyleZeroToOneNumber", "--blacklist-type", "mozilla::StylePercentage", "--blacklist-type", "mozilla::StylePerspective", "--blacklist-type", "mozilla::StyleGenericPerspective", "--blacklist-type", "mozilla::StyleZIndex", "--blacklist-type", "mozilla::StyleGenericZIndex", "--blacklist-type", "mozilla::StyleTransformOrigin", "--blacklist-type", "mozilla::StyleTransformStyle", "--blacklist-type", "mozilla::StyleGenericBorderRadius", "--blacklist-type", "mozilla::StyleLetterSpacing", "--blacklist-type", "mozilla::StyleGenericLineHeight", "--blacklist-type", "mozilla::StyleContain", "--blacklist-type", "mozilla::StyleRestyleHint", "--blacklist-type", "mozilla::StyleTouchAction", "--blacklist-type", "mozilla::StyleWillChange", "--blacklist-type", "mozilla::StyleTextDecorationLine", "--blacklist-type", "mozilla::StyleTextTransform", "--blacklist-type", "mozilla::StyleTextUnderlinePosition", "--blacklist-type", "mozilla::StyleMozListReversed", "--blacklist-type", "mozilla::StyleOwned", "--blacklist-type", "mozilla::StyleOwnedOrNull", "--blacklist-type", "mozilla::StyleStrong", "--blacklist-type", "mozilla::StyleGenericFontFamily", "--blacklist-type", "mozilla::StyleFontFamilyNameSyntax", "--blacklist-type", "mozilla::StyleGenericColor", "--blacklist-type", "mozilla::StyleSystemColor", "--blacklist-type", "mozilla::StyleGenericColorOrAuto", "--blacklist-type", "mozilla::StyleGenericScrollbarColor", "--blacklist-type", "mozilla::StyleRGBA", "--blacklist-type", "mozilla::StyleOrigin", "--blacklist-type", "mozilla::StyleGenericVerticalAlign", "--blacklist-type", "mozilla::StyleVerticalAlignKeyword", "--blacklist-type", "mozilla::StyleGenericBasicShape", "--blacklist-type", "mozilla::StyleArcSlice", "--blacklist-type", "mozilla::StyleForgottenArcSlicePtr", "--blacklist-type", "mozilla::StyleOwnedSlice", "--blacklist-type", "mozilla::StyleMozContextProperties", "--blacklist-type", "mozilla::StyleQuotes", "--blacklist-type", "mozilla::StyleOwnedStr", "--blacklist-type", "mozilla::StyleGenericBoxShadow", "--blacklist-type", "mozilla::StyleGenericSimpleShadow", "--blacklist-type", "mozilla::StyleGenericTransformOperation", "--blacklist-type", "mozilla::StyleGenericTransform", "--blacklist-type", "mozilla::StyleGenericScale", "--blacklist-type", "mozilla::StyleGenericRotate", "--blacklist-type", "mozilla::StyleGenericTranslate", "--blacklist-type", "mozilla::StyleAngle", "--blacklist-type", "mozilla::StyleGenericBorderImageSideWidth", "--blacklist-type", "mozilla::StyleGenericUrlOrNone", "--blacklist-type", "mozilla::StyleCssUrl", "--blacklist-type", "mozilla::StyleSpecifiedUrl", "--blacklist-type", "mozilla::StyleSpecifiedImageUrl", "--blacklist-type", "mozilla::StyleComputedUrl", "--blacklist-type", "mozilla::StyleComputedImageUrl", "--blacklist-type", "mozilla::StyleLoadData", "--blacklist-type", "mozilla::StyleGenericFilter", "--blacklist-type", "mozilla::StyleGenericGradient", "--blacklist-type", "mozilla::StyleLineDirection", "--blacklist-type", "mozilla::StyleGridTemplateAreas", "--blacklist-type", "mozilla::StyleGenericGridLine", "--blacklist-type", "mozilla::StyleGenericTrackSize", "--blacklist-type", "mozilla::StyleGenericTrackBreadth", "--blacklist-type", "mozilla::StyleGenericImplicitGridTracks", "--blacklist-type", "mozilla::StyleImplicitGridTracks", "--blacklist-type", "mozilla::StyleNumberOrPercentage", "--blacklist-type", "mozilla::StyleGenericSVGPaint", "--blacklist-type", "mozilla::StyleGenericTrackRepeat", "--blacklist-type", "mozilla::StyleGenericTrackListValue", "--blacklist-type", "mozilla::StyleGenericTrackList", "--blacklist-type", "mozilla::StyleGenericGridTemplateComponent", "--blacklist-type", "mozilla::StyleTextEmphasisStyle", "--blacklist-type", "mozilla::StyleVariantAlternatesList", "--blacklist-type", "mozilla::StyleSVGPaintOrder", "--blacklist-type", "mozilla::StyleClipRectOrAuto", "--blacklist-type", "mozilla::StyleCounterSetOrReset", "--blacklist-type", "mozilla::StyleCounterIncrement", "--blacklist-type", "mozilla::StyleContent", "--blacklist-type", "mozilla::StyleSymbolsType", "--blacklist-type", "mozilla::StyleCounterStyle", "--blacklist-type", "mozilla::StyleComputedJustifyItems", "--blacklist-type", "mozilla::StyleAlignItems", "--blacklist-type", "mozilla::StyleJustifySelf", "--blacklist-type", "mozilla::StyleAlignSelf", "--blacklist-type", "mozilla::StyleAlignContent", "--blacklist-type", "mozilla::StyleJustifyTracks", "--blacklist-type", "mozilla::StyleAlignTracks", "--blacklist-type", "mozilla::StyleJustifyContent", "--blacklist-type", "mozilla::StyleComputedValueFlags", "--blacklist-type", "mozilla::StyleImage", "--blacklist-type", "mozilla::StyleShapeOutside", "--blacklist-type", "mozilla::StyleClipPath", "--blacklist-type", "mozilla::StyleGridAutoFlow", "--blacklist-type", "mozilla::StyleCursor", "--blacklist-type", "mozilla::StyleSVGStrokeDashArray", "--blacklist-type", "mozilla::StyleSVGWidth", "--blacklist-type", "mozilla::StyleSVGOpacity", "--blacklist-type", "mozilla::StyleSVGLength", "--blacklist-type", "mozilla::StyleFontSizeKeyword", "--blacklist-type", "mozilla::StyleDefaultFontSizes", "--blacklist-type", "\\s*mozilla\\s*::\\s*RustCell\\s*", "--blacklist-type", "\\s*ServoNodeData\\s*", "--blacklist-type", "\\s*mozilla\\s*::\\s*ServoWritingMode\\s*", "--blacklist-type", "\\s*mozilla\\s*::\\s*ServoCustomPropertiesMap\\s*", "--blacklist-type", "\\s*mozilla\\s*::\\s*ServoRuleNode\\s*", "--blacklist-type", "\\s*mozilla\\s*::\\s*ServoVisitedStyle\\s*", "--blacklist-type", "\\s*mozilla\\s*::\\s*ServoRawOffsetArc\\s*", "--blacklist-type", "\\s*mozilla\\s*::\\s*ServoManuallyDrop\\s*", "--blacklist-type", "\\s*nsACString\\s*", "--blacklist-type", "\\s*nsAString\\s*", "--blacklist-type", "\\s*nsCString\\s*", "--blacklist-type", "\\s*nsString\\s*", "--no-derive-default", "--enable-cxx-namespaces", "--generate", "functions,types,vars", "--ignore-methods", "--opaque-type", "mozilla::StyleThinArc", "--opaque-type", "std::pair__PCCP", "--opaque-type", "std::namespace::atomic___base", "--opaque-type", "std::atomic__My_base", "--opaque-type", "std::atomic", "--opaque-type", "std::atomic___base", "--opaque-type", "mozilla::gfx::(.{0,4}|.{6,12}|.{14,}|([^F][^o][^n][^t][^V][^a][^r][^i][^a][^t][^i][^o][^n])|([^F][^l][^o][^a][^t]))", "--opaque-type", "mozilla::dom::Sequence", "--opaque-type", "mozilla::SmallPointerArray", "--opaque-type", "mozilla::dom::Optional", "--opaque-type", "mozilla::dom::OwningNodeOrString_Value", "--opaque-type", "mozilla::dom::Nullable", "--opaque-type", "mozilla::external::AtomicRefCounted", "--opaque-type", "RefPtr_Proxy", "--opaque-type", "RefPtr_Proxy_member_function", "--opaque-type", "nsAutoPtr_Proxy", "--opaque-type", "nsAutoPtr_Proxy_member_function", "--opaque-type", "mozilla::detail::HashTable", "--opaque-type", "mozilla::detail::PointerType", "--opaque-type", "mozilla::HashSet", "--opaque-type", "mozilla::Pair", "--opaque-type", "mozilla::Pair_Base", "--opaque-type", "mozilla::ScrollAxis", "--opaque-type", "mozilla::SeenPtrs", "--opaque-type", "mozilla::SupportsWeakPtr", "--opaque-type", "mozilla::Tuple", "--opaque-type", "SupportsWeakPtr", "--opaque-type", "mozilla::detail::WeakReference", "--opaque-type", "mozilla::WeakPtr", "--opaque-type", "nsWritingIterator_reference", "--opaque-type", "nsReadingIterator_reference", "--opaque-type", "nsTObserverArray", "--opaque-type", "nsTHashtable", "--opaque-type", "nsBaseHashtable", "--opaque-type", "nsRefPtrHashtable", "--opaque-type", "nsDataHashtable", "--opaque-type", "nsClassHashtable", "--opaque-type", "nsInterfaceHashtable", "--opaque-type", "mozilla::dom::Document_SelectorCache", "--opaque-type", "nsPIDOMWindow", "--opaque-type", "JS::Rooted", "--opaque-type", "mozilla::Maybe", "--opaque-type", "gfxSize", "--opaque-type", "gfxSize_Super", "--opaque-type", "mozilla::StyleAnimationValue", "--opaque-type", "StyleAnimationValue", "--opaque-type", "mozilla::dom::.*Callback", "--opaque-type", "mozilla::SchedulerGroup", "--opaque-type", "mozilla::detail::GkAtoms", "--opaque-type", "mozilla::detail::ThreadLocal.*", "--raw-line", "pub use self::root::*;", "--raw-line", "pub use self::root::mozilla::*;", "--raw-line", "pub use self::root::mozilla::css::*;", "--raw-line", "pub use self::root::mozilla::dom::*;", "--raw-line", "pub type RustCell<T> = ::std::cell::Cell<T>;", "--raw-line", "pub type ServoNodeData = atomic_refcell::AtomicRefCell<crate::data::ElementData>;", "--raw-line", "pub type ServoWritingMode = crate::logical_geometry::WritingMode;", "--raw-line", "pub type ServoCustomPropertiesMap = Option<servo_arc::Arc<crate::custom_properties::CustomPropertiesMap>>;", "--raw-line", "pub type ServoRuleNode = Option<crate::rule_tree::StrongRuleNode>;", "--raw-line", "pub type ServoVisitedStyle = Option<servo_arc::RawOffsetArc<crate::properties::ComputedValues>>;", "--raw-line", "pub type ServoRawOffsetArc<T> = servo_arc::RawOffsetArc<T>;", "--raw-line", "pub type ServoManuallyDrop<T> = ::std::mem::ManuallyDrop<T>;", "--raw-line", "pub type nsACString = nsstring::nsACString;", "--raw-line", "pub type nsAString = nsstring::nsAString;", "--raw-line", "pub type nsCString = nsstring::nsCString;", "--raw-line", "pub type nsString = nsstring::nsString;", "--whitelist-function", "Servo_.*", "--whitelist-function", "Gecko_.*", "--whitelist-type", "RawGecko.*", "--whitelist-type", "RawServo.*", "--whitelist-type", "ServoCssRules", "--whitelist-type", "nsFontFaceRuleContainer", "--whitelist-type", "Matrix4x4Components", "--whitelist-type", "mozilla::ComputedKeyframeValues", "--whitelist-type", "mozilla::Keyframe", "--whitelist-type", "mozilla::PropertyValuePair", "--whitelist-type", "mozilla::DeclarationBlockMutationClosure", "--whitelist-type", "mozilla::AnimationPropertySegment", "--whitelist-type", "mozilla::AnonymousCounterStyle", "--whitelist-type", "mozilla::AtomArray", "--whitelist-type", "mozilla::ComputedTiming", "--whitelist-type", "mozilla::ComputedTimingFunction", "--whitelist-type", "mozilla::ComputedTimingFunction::BeforeFlag", "--whitelist-type", "mozilla::Matrix4x4Components", "--whitelist-type", "mozilla::PreferenceSheet", "--whitelist-type", "mozilla::SeenPtrs", "--whitelist-type", "mozilla::ServoElementSnapshot.*", "--whitelist-type", "mozilla::ComputedStyle", "--whitelist-type", "mozilla::StyleSheet", "--whitelist-type", "mozilla::ServoStyleSheetInner", "--whitelist-type", "mozilla::ServoStyleSetSizes", "--whitelist-type", "mozilla::ServoTraversalStatistics", "--whitelist-type", "mozilla::css::LoaderReusableStyleSheets", "--whitelist-type", "mozilla::css::SheetLoadData", "--whitelist-type", "mozilla::css::SheetLoadDataHolder", "--whitelist-type", "mozilla::css::SheetParsingMode", "--whitelist-type", "mozilla::css::DocumentMatchingFunction", "--whitelist-type", "mozilla::dom::IterationCompositeOperation", "--whitelist-type", "mozilla::dom::StyleChildrenIterator", "--whitelist-type", "mozilla::HalfCorner", "--whitelist-type", "mozilla::ipc::ByteBuf", "--whitelist-type", "mozilla::MallocSizeOf", "--whitelist-type", "mozilla::OriginFlags", "--whitelist-type", "mozilla::PropertyStyleAnimationValuePair", "--whitelist-type", "mozilla::ServoTraversalFlags", "--whitelist-type", "mozilla::StyleShapeRadius", "--whitelist-type", "mozilla::StyleGrid.*", "--whitelist-type", "mozilla::UpdateAnimationsTasks", "--whitelist-type", "mozilla::PointerCapabilities", "--whitelist-type", "mozilla::LookAndFeel", "--whitelist-type", "mozilla::gfx::Float", "--whitelist-type", "mozilla::gfx::FontVariation", "--whitelist-type", "mozilla::StyleImageLayerAttachment", "--whitelist-type", "gfxFontFeature", "--whitelist-type", "gfxFontVariation", "--whitelist-type", ".*ThreadSafe.*Holder", "--whitelist-type", "AnonymousContent", "--whitelist-type", "AudioContext", "--whitelist-type", "DefaultDelete", "--whitelist-type", "DOMIntersectionObserverEntry", "--whitelist-type", "Element", "--whitelist-type", "FontFamilyList", "--whitelist-type", "FontFamilyName", "--whitelist-type", "mozilla::FontSizePrefs", "--whitelist-type", "FragmentOrURL", "--whitelist-type", "FrameRequestCallback", "--whitelist-type", "GeckoParserExtraData", "--whitelist-type", "GeckoFontMetrics", "--whitelist-type", "gfxFontFeatureValueSet", "--whitelist-type", "GridNamedArea", "--whitelist-type", "mozilla::HalfCorner", "--whitelist-type", "Image", "--whitelist-type", "ImageURL", "--whitelist-type", "Keyframe", "--whitelist-type", "mozilla::MediumFeaturesChangedResult", "--whitelist-type", "nsAttrName", "--whitelist-type", "nsAttrValue", "--whitelist-type", "nscolor", "--whitelist-type", "nsChangeHint", "--whitelist-type", "nsCSSCounterDesc", "--whitelist-type", "nsCSSFontDesc", "--whitelist-type", "nsCSSKTableEntry", "--whitelist-type", "nsCSSPropertyID", "--whitelist-type", "nsCSSPropertyIDSet", "--whitelist-type", "nsCSSProps", "--whitelist-type", "nsCSSShadowArray", "--whitelist-type", "nsCSSValue", "--whitelist-type", "nsCSSValueList", "--whitelist-type", "nsCSSValueList_heap", "--whitelist-type", "nsCSSValuePair_heap", "--whitelist-type", "nsCSSValuePairList", "--whitelist-type", "nsCSSValuePairList_heap", "--whitelist-type", "nsCSSValueTriplet_heap", "--whitelist-type", "nsCursorImage", "--whitelist-type", "nsFont", "--whitelist-type", "nsAtom", "--whitelist-type", "nsDynamicAtom", "--whitelist-type", "nsMargin", "--whitelist-type", "nsMediaFeature", "--whitelist-type", "nsMediaFeatures", "--whitelist-type", "nsRect", "--whitelist-type", "nsresult", "--whitelist-type", "nsSimpleContentList", "--whitelist-type", "nsSize", "--whitelist-type", "nsStyleBackground", "--whitelist-type", "nsStyleBorder", "--whitelist-type", "nsStyleColor", "--whitelist-type", "nsStyleColumn", "--whitelist-type", "nsStyleContent", "--whitelist-type", "nsStyleContentData", "--whitelist-type", "ComputedStyle", "--whitelist-type", "nsStyleCounterData", "--whitelist-type", "nsStyleDisplay", "--whitelist-type", "nsStyleEffects", "--whitelist-type", "nsStyleFilter", "--whitelist-type", "nsStyleFont", "--whitelist-type", "nsStyleGradient", "--whitelist-type", "nsStyleGridTemplate", "--whitelist-type", "nsStyleImage", "--whitelist-type", "nsStyleImageLayers", "--whitelist-type", "nsStyleList", "--whitelist-type", "nsStyleMargin", "--whitelist-type", "nsStyleOutline", "--whitelist-type", "nsStylePadding", "--whitelist-type", "nsStylePosition", "--whitelist-type", "nsStyleSides", "--whitelist-type", "nsStyleSVG", "--whitelist-type", "nsStyleSVGOpacitySource", "--whitelist-type", "nsStyleSVGReset", "--whitelist-type", "nsStyleTable", "--whitelist-type", "nsStyleTableBorder", "--whitelist-type", "nsStyleText", "--whitelist-type", "nsStyleTextReset", "--whitelist-type", "nsStyleUIReset", "--whitelist-type", "nsStyleUnion", "--whitelist-type", "nsStyleUI", "--whitelist-type", "nsStyleVisibility", "--whitelist-type", "nsStyleXUL", "--whitelist-type", "nsTArrayHeader", "--whitelist-type", "Position", "--whitelist-type", "PropertyValuePair", "--whitelist-type", "Runnable", "--whitelist-type", "ServoAttrSnapshot", "--whitelist-type", "ServoComputedData", "--whitelist-type", "ServoComputedDataBorrowed", "--whitelist-type", "ServoElementSnapshot", "--whitelist-type", "ComputedStyleStrong", "--whitelist-type", "ComputedStyleBorrowed", "--whitelist-type", "ComputedStyleBorrowedOrNull", "--whitelist-type", "SheetParsingMode", "--whitelist-type", "StaticRefPtr", "--whitelist-type", "StyleAnimation", "--whitelist-type", "StyleBasicShapeType", "--whitelist-type", "StyleGeometryBox", "--whitelist-type", "StyleShapeSource", "--whitelist-type", "StyleTransition", "--whitelist-type", "ThemeWidgetType", "--whitelist-type", "mozilla::UniquePtr", "--whitelist-type", "mozilla::DeclarationBlock", "--whitelist-type", "mozilla::DefaultDelete", "--whitelist-type", "mozilla::Side", "--whitelist-type", "mozilla::binding_danger::AssertAndSuppressCleanupPolicy", "--whitelist-type", "mozilla::ParsingMode", "--whitelist-type", "mozilla::InheritTarget", "--whitelist-type", "mozilla::dom::MediaList", "--whitelist-type", "mozilla::StyleRuleInclusion", "--whitelist-type", "nsStyleTransformMatrix::MatrixTransformOperator", "--whitelist-type", "mozilla::profiler::detail::RacyFeatures", "--whitelist-var", "NS_ATTRVALUE_.*", "--whitelist-var", "NODE_.*", "--whitelist-var", "ELEMENT_.*", "--whitelist-var", "NS_FONT_.*", "--whitelist-var", "NS_STYLE_.*", "--whitelist-var", "NS_MATHML_.*", "--whitelist-var", "NS_RADIUS_.*", "--whitelist-var", "BORDER_COLOR_.*", "--whitelist-var", "BORDER_STYLE_.*", "--whitelist-var", "CSS_PSEUDO_ELEMENT_.*", "--whitelist-var", "SERVO_CSS_PSEUDO_ELEMENT_FLAGS_.*", "--whitelist-var", "kNameSpaceID_.*", "--whitelist-var", "kGenericFont_.*", "--whitelist-var", "kPresContext_.*", "--whitelist-var", "nsContentUtils_.*", "--whitelist-var", "GECKO_IS_NIGHTLY", "--whitelist-var", "mozilla::detail::gGkAtoms", "--whitelist-var", "mozilla::detail::kGkAtomsArrayOffset", "--whitelist-var", "mozilla::profiler::detail::RacyFeatures::sActiveAndFeatures", "--", "-I", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include", "-I", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/nspr", "-include", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla-config.h", "-x", "c++", "-fno-sized-deallocation", "-fno-aligned-new", "-DTRACING=1", "-DIMPL_LIBXUL", "-DMOZILLA_INTERNAL_API", "-DRUST_BINDGEN", "-DOS_POSIX=1", "-DOS_LINUX=1", "-std=gnu++17", "-I/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/nspr", "-I/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/nss", "-I/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/cairo", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/nsStyleStruct.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/StyleAnimationValue.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/gfxFontConstants.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/gfxFontFeatures.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/nsStyleConsts.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/css/Loader.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/css/SheetLoadData.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/DeclarationBlock.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/dom/AnimationEffectBinding.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/dom/HTMLSlotElement.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/dom/KeyframeEffectBinding.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/dom/MediaList.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/dom/ShadowRoot.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/ipc/ByteBuf.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/AnimationPropertySegment.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/ComputedTiming.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/ComputedTimingFunction.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/CORSMode.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/Keyframe.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/ServoElementSnapshot.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/ServoElementSnapshotTable.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/dom/Element.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/dom/ChildIterator.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/dom/NameSpaceConstants.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/LookAndFeel.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/GeckoBindings.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/ServoBindings.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/ComputedStyle.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/ServoTraversalStatistics.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/SizeOfState.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/nsCSSProps.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/nsContentUtils.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/nsNameSpaceManager.h", "/home/szl/src/firefox/obj-x86_64-pc-linux-gnu/dist/include/nsMediaFeatures.h", "--size_t-is-usize"]', servo/components/style/build_gecko.rs:196:13
4:26.66 stack backtrace:
4:26.66 0: 0x5555dd797444 - backtrace::backtrace::libunwind::trace::h812748238d609e46
4:26.66 at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86
4:26.66 1: 0x5555dd797444 - backtrace::backtrace::trace_unsynchronized::h7c97e818aebf09c8
4:26.66 at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66
4:26.66 2: 0x5555dd797444 - std::sys_common::backtrace::_print_fmt::h60d914263b0ccd71
4:26.66 at src/libstd/sys_common/backtrace.rs:78
4:26.66 3: 0x5555dd797444 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hf78227137afc7565
4:26.66 at src/libstd/sys_common/backtrace.rs:59
4:26.66 4: 0x5555dd7c228c - core::fmt::write::h543cdf60775f89bf
4:26.66 at src/libcore/fmt/mod.rs:1069
4:26.66 5: 0x5555dd793963 - std::io::Write::write_fmt::h0c7f3ce24c679426
4:26.66 at src/libstd/io/mod.rs:1504
4:26.66 6: 0x5555dd799ec5 - std::sys_common::backtrace::_print::h80e55e24be231368
4:26.66 at src/libstd/sys_common/backtrace.rs:62
4:26.66 7: 0x5555dd799ec5 - std::sys_common::backtrace::print::h3b197b9c1261c865
4:26.66 at src/libstd/sys_common/backtrace.rs:49
4:26.66 8: 0x5555dd799ec5 - std::panicking::default_hook::{{closure}}::ha6c807149ce20f8f
4:26.66 at src/libstd/panicking.rs:198
4:26.66 9: 0x5555dd799c02 - std::panicking::default_hook::he49a9c12e358cc45
4:26.66 at src/libstd/panicking.rs:218
4:26.67 10: 0x5555dd79a522 - std::panicking::rust_panic_with_hook::h93f74f5ef2f71f31
4:26.67 at src/libstd/panicking.rs:511
4:26.67 11: 0x5555dd79a10b - rust_begin_unwind
4:26.67 at src/libstd/panicking.rs:419
4:26.67 12: 0x5555dd79a07b - std::panicking::begin_panic_fmt::hfa6ef29ba81f400e
4:26.67 at src/libstd/panicking.rs:373
4:26.67 13: 0x5555dd5d2b33 - build_script_build::build_gecko::generate::h32b01d9b3c12be07
4:26.67 14: 0x5555dd5ca4cc - build_script_build::main::hfbbebcf6606b706e
4:26.67 15: 0x5555dd5d38e3 - std::rt::lang_start::{{closure}}::hc82a9c10ef6cb231
4:26.67 16: 0x5555dd79aa38 - std::rt::lang_start_internal::{{closure}}::h44dc84346eeba462
4:26.67 at src/libstd/rt.rs:52
4:26.67 17: 0x5555dd79aa38 - std::panicking::try::do_call::h3559ee6be71549e2
4:26.67 at src/libstd/panicking.rs:331
4:26.67 18: 0x5555dd79aa38 - std::panicking::try::h78f4c77016541848
4:26.67 at src/libstd/panicking.rs:274
4:26.67 19: 0x5555dd79aa38 - std::panic::catch_unwind::hfe46f382761b3d41
4:26.67 at src/libstd/panic.rs:394
4:26.67 20: 0x5555dd79aa38 - std::rt::lang_start_internal::he05790f0cb2000df
4:26.67 at src/libstd/rt.rs:51
4:26.67 21: 0x5555dd5ca6e2 - main
4:26.67 22: 0x7fee704bbb97 - __libc_start_main
4:26.67 23: 0x5555dd5b602a - _start
4:26.67 24: 0x0 - <unknown>
4:26.67 warning: build failed, waiting for other jobs to finish...
I don't know why, and when I build this with CC=clang and CXX=clang++ with the same version, It works and build successfully.
How can I fix this?
Post Reply